Html Css Color HEX #EFE003 Golden Yellow

📋 copy color: '#EFE003'

red 239 ◦ green 224 ◦ blue 3

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

Shades of Golden Yellow #EFE003

Tints of Golden Yellow #EFE003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.64%

R = 51.29%
G = 48.07%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFE003 (or 0xEFE003) is known color: Golden Yellow. HEX triplet: EF, E0 and 03. RGB value is (239,224,3). Sum of RGB (Red+Green+Blue) = 239+224+3=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 3 (1.56% from 255 or 0.64% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE003 is #101FFC. Grayscale: #CCCCCC. Windows color (decimal): -1056765 or 254191. OLE color: 254191.

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

Color convert

RGB 239 224 3 -
CMYK 0 0.06 0.99 0.06
HSL 56.19º 0.98% 0.47% -
HSV(B) 56.19º 0.99% 0.94% -
XYZ 62.27 71.67 10.64 -
YUV 203.29 14.97 153.47 -
System Red Green Blue C M Y K H S L
Decimal 239 224 3 0 0.06 0.99 0.06 56.19 0.98 0.47
Hex EF E0 3 0 6 63 6 38 62 2F
Octal 357 340 3 0 6 143 6 70 142 57
Binary 11101111 11100000 11 0 110 1100011 110 111000 1100010 101111

Color Harmonies of #EFE003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE003

Black with #EFE003

Text Example


Text Example

White with #EFE003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE003; }

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

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

background-color css

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

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

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

border-color css

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

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

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