Html Css Color HEX #EFE305 Golden Yellow

📋 copy color: '#EFE305'

red 239 ◦ green 227 ◦ blue 5

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

Shades of Golden Yellow #EFE305

Tints of Golden Yellow #EFE305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.06%

R = 50.74%
G = 48.2%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFE305 (or 0xEFE305) is known color: Golden Yellow. HEX triplet: EF, E3 and 05. RGB value is (239,227,5). Sum of RGB (Red+Green+Blue) = 239+227+5=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 5 (2.34% from 255 or 1.06% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE305 is #101CFA. Grayscale: #CECECE. Windows color (decimal): -1055995 or 386031. OLE color: 386031.

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

Color convert

RGB 239 227 5 -
CMYK 0 0.05 0.98 0.06
HSL 56.92º 0.96% 0.48% -
HSV(B) 56.92º 0.98% 0.94% -
XYZ 63.09 73.3 10.97 -
YUV 205.28 14.98 152.05 -
System Red Green Blue C M Y K H S L
Decimal 239 227 5 0 0.05 0.98 0.06 56.92 0.96 0.48
Hex EF E3 5 0 5 62 6 39 60 30
Octal 357 343 5 0 5 142 6 71 140 60
Binary 11101111 11100011 101 0 101 1100010 110 111001 1100000 110000

Color Harmonies of #EFE305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE305

Black with #EFE305

Text Example


Text Example

White with #EFE305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE305; }

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

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

background-color css

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

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

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

border-color css

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

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

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