Html Css Color HEX #EFDB08 Golden Yellow

📋 copy color: '#EFDB08'

red 239 ◦ green 219 ◦ blue 8

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

Shades of Golden Yellow #EFDB08

Tints of Golden Yellow #EFDB08

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47%

 BLUE value IS 8 (3.52% from 255) = 1.72%

R = 51.29%
G = 47%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFDB08 (or 0xEFDB08) is known color: Golden Yellow. HEX triplet: EF, DB and 08. RGB value is (239,219,8). Sum of RGB (Red+Green+Blue) = 239+219+8=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 8 (3.52% from 255 or 1.72% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB08 is #1024F7. Grayscale: #C9C9C9. Windows color (decimal): -1058040 or 580591. OLE color: 580591.

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

Color convert

RGB 239 219 8 -
CMYK 0 0.08 0.97 0.06
HSL 54.81º 0.94% 0.48% -
HSV(B) 54.81º 0.97% 0.94% -
XYZ 60.97 69.03 10.34 -
YUV 200.93 19.13 155.16 -
System Red Green Blue C M Y K H S L
Decimal 239 219 8 0 0.08 0.97 0.06 54.81 0.94 0.48
Hex EF DB 8 0 8 61 6 37 5E 30
Octal 357 333 10 0 10 141 6 67 136 60
Binary 11101111 11011011 1000 0 1000 1100001 110 110111 1011110 110000

Color Harmonies of #EFDB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB08

Black with #EFDB08

Text Example


Text Example

White with #EFDB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB08; }

 p { color: rgb(239,219,8); }

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

background-color css

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

 a { background-color: rgb(239,219,8); }

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

border-color css

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

 span { border-color: rgb(239,219,8); }

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