Html Css Color HEX #EFE302 Golden Yellow

📋 copy color: '#EFE302'

red 239 ◦ green 227 ◦ blue 2

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

Shades of Golden Yellow #EFE302

Tints of Golden Yellow #EFE302

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.5%

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

R = 51.07%
G = 48.5%
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

#EFE302 (or 0xEFE302) is known color: Golden Yellow. HEX triplet: EF, E3 and 02. RGB value is (239,227,2). Sum of RGB (Red+Green+Blue) = 239+227+2=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 2 (1.17% from 255 or 0.43% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE302 is #101CFD. Grayscale: #CDCDCD. Windows color (decimal): -1055998 or 189423. OLE color: 189423.

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

Color convert

RGB 239 227 2 -
CMYK 0 0.05 0.99 0.06
HSL 56.96º 0.98% 0.47% -
HSV(B) 56.96º 0.99% 0.94% -
XYZ 63.08 73.29 10.88 -
YUV 204.94 13.48 152.3 -
System Red Green Blue C M Y K H S L
Decimal 239 227 2 0 0.05 0.99 0.06 56.96 0.98 0.47
Hex EF E3 2 0 5 63 6 39 62 2F
Octal 357 343 2 0 5 143 6 71 142 57
Binary 11101111 11100011 10 0 101 1100011 110 111001 1100010 101111

Color Harmonies of #EFE302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE302

Black with #EFE302

Text Example


Text Example

White with #EFE302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE302; }

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

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

background-color css

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

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

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

border-color css

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

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

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