Html Css Color HEX #EFE006 Golden Yellow

📋 copy color: '#EFE006'

red 239 ◦ green 224 ◦ blue 6

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

Shades of Golden Yellow #EFE006

Tints of Golden Yellow #EFE006

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.76%

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 50.96%
G = 47.76%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFE006 (or 0xEFE006) is known color: Golden Yellow. HEX triplet: EF, E0 and 06. RGB value is (239,224,6). Sum of RGB (Red+Green+Blue) = 239+224+6=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 6 (2.73% from 255 or 1.28% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE006 is #101FF9. Grayscale: #CCCCCC. Windows color (decimal): -1056762 or 450799. OLE color: 450799.

HSL color Cylindrical-coordinate representation of color #EFE006: hue angle of 56.14º degrees, saturation: 0.95, 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 #EFE006 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 6 -
CMYK 0 0.06 0.97 0.06
HSL 56.14º 0.95% 0.48% -
HSV(B) 56.14º 0.97% 0.94% -
XYZ 62.29 71.68 10.72 -
YUV 203.63 16.47 153.23 -
System Red Green Blue C M Y K H S L
Decimal 239 224 6 0 0.06 0.97 0.06 56.14 0.95 0.48
Hex EF E0 6 0 6 61 6 38 5F 30
Octal 357 340 6 0 6 141 6 70 137 60
Binary 11101111 11100000 110 0 110 1100001 110 111000 1011111 110000

Color Harmonies of #EFE006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE006

Black with #EFE006

Text Example


Text Example

White with #EFE006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE006; }

 p { color: rgb(239,224,6); }

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

background-color css

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

 a { background-color: rgb(239,224,6); }

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

border-color css

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

 span { border-color: rgb(239,224,6); }

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