Html Css Color HEX #EFE300 Golden Yellow

📋 copy color: '#EFE300'

red 239 ◦ green 227 ◦ blue 0

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

Shades of Golden Yellow #EFE300

Tints of Golden Yellow #EFE300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.29%
G = 48.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFE300 (or 0xEFE300) is known color: Golden Yellow. HEX triplet: EF, E3 and 00. RGB value is (239,227,0). Sum of RGB (Red+Green+Blue) = 239+227+0=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE300 is #101CFF. Grayscale: #CDCDCD. Windows color (decimal): -1056000 or 58351. OLE color: 58351.

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

Color convert

RGB 239 227 0 -
CMYK 0 0.05 1 0.06
HSL 56.99º 1% 0.47% -
HSV(B) 56.99º 1% 0.94% -
XYZ 63.07 73.29 10.82 -
YUV 204.71 12.48 152.46 -
System Red Green Blue C M Y K H S L
Decimal 239 227 0 0 0.05 1 0.06 56.99 1 0.47
Hex EF E3 0 0 5 64 6 39 64 2F
Octal 357 343 0 0 5 144 6 71 144 57
Binary 11101111 11100011 0 0 101 1100100 110 111001 1100100 101111

Color Harmonies of #EFE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE300

Black with #EFE300

Text Example


Text Example

White with #EFE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE300; }

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

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

background-color css

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

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

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

border-color css

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

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

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