Html Css Color HEX #EFE402 Golden Yellow

📋 copy color: '#EFE402'

red 239 ◦ green 228 ◦ blue 2

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

Shades of Golden Yellow #EFE402

Tints of Golden Yellow #EFE402

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.61%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 50.96%
G = 48.61%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFE402 (or 0xEFE402) is known color: Golden Yellow. HEX triplet: EF, E4 and 02. RGB value is (239,228,2). Sum of RGB (Red+Green+Blue) = 239+228+2=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 2 (1.17% from 255 or 0.43% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE402 is #101BFD. Grayscale: #CECECE. Windows color (decimal): -1055742 or 189679. OLE color: 189679.

HSL color Cylindrical-coordinate representation of color #EFE402: hue angle of 57.22º 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 #EFE402 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 2 -
CMYK 0 0.05 0.99 0.06
HSL 57.22º 0.98% 0.47% -
HSV(B) 57.22º 0.99% 0.94% -
XYZ 63.35 73.84 10.97 -
YUV 205.53 13.14 151.88 -
System Red Green Blue C M Y K H S L
Decimal 239 228 2 0 0.05 0.99 0.06 57.22 0.98 0.47
Hex EF E4 2 0 5 63 6 39 62 2F
Octal 357 344 2 0 5 143 6 71 142 57
Binary 11101111 11100100 10 0 101 1100011 110 111001 1100010 101111

Color Harmonies of #EFE402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE402

Black with #EFE402

Text Example


Text Example

White with #EFE402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE402; }

 p { color: rgb(239,228,2); }

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

background-color css

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

 a { background-color: rgb(239,228,2); }

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

border-color css

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

 span { border-color: rgb(239,228,2); }

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