Html Css Color HEX #EFDF00 Golden Yellow

📋 copy color: '#EFDF00'

red 239 ◦ green 223 ◦ blue 0

#EFDF00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Yellow #EFDF00

Tints of Golden Yellow #EFDF00

RGB

 RED value IS 239 (93.75% from 255) = 51.73%

 GREEN value IS 223 (87.5% from 255) = 48.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.73%
G = 48.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFDF00 (or 0xEFDF00) is known color: Golden Yellow. HEX triplet: EF, DF and 00. RGB value is (239,223,0). Sum of RGB (Red+Green+Blue) = 239+223+0=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF00 is #1020FF. Grayscale: #CBCBCB. Windows color (decimal): -1057024 or 57327. OLE color: 57327.

HSL color Cylindrical-coordinate representation of color #EFDF00: hue angle of 55.98º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFDF00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 0 -
CMYK 0 0.07 1 0.06
HSL 55.98º 1% 0.47% -
HSV(B) 55.98º 1% 0.94% -
XYZ 61.98 71.13 10.46 -
YUV 202.36 13.8 154.13 -
System Red Green Blue C M Y K H S L
Decimal 239 223 0 0 0.07 1 0.06 55.98 1 0.47
Hex EF DF 0 0 7 64 6 38 64 2F
Octal 357 337 0 0 7 144 6 70 144 57
Binary 11101111 11011111 0 0 111 1100100 110 111000 1100100 101111

Color Harmonies of #EFDF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF00

Black with #EFDF00

Text Example


Text Example

White with #EFDF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF00; }

 p { color: rgb(239,223,0); }

 H1.HeaderClassName
 {
   color: #EFDF00;
 }
 .AnyTagClassName
 {
   color: #EFDF00;
 }
</style>

background-color css

<style>
 a { background-color: #EFDF00; }

 a { background-color: rgb(239,223,0); }

 div.DivClassName
 {
   background-color: #EFDF00;
 }
 .BgClassName
 {
   background-color: #EFDF00;
 }
</style>

border-color css

<style>
 span { border-color: #EFDF00; }

 span { border-color: rgb(239,223,0); }

 td.TdClassName
 {
   border-color: #EFDF00;
 }
 .TagClassName
 {
   border-color: #EFDF00;
 }
</style>