Html Css Color HEX #EFE000 Golden Yellow

📋 copy color: '#EFE000'

red 239 ◦ green 224 ◦ blue 0

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

Shades of Golden Yellow #EFE000

Tints of Golden Yellow #EFE000

RGB

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

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

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

R = 51.62%
G = 48.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFE000 (or 0xEFE000) is known color: Golden Yellow. HEX triplet: EF, E0 and 00. RGB value is (239,224,0). Sum of RGB (Red+Green+Blue) = 239+224+0=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE000 is #101FFF. Grayscale: #CBCBCB. Windows color (decimal): -1056768 or 57583. OLE color: 57583.

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

Color convert

RGB 239 224 0 -
CMYK 0 0.06 1 0.06
HSL 56.23º 1% 0.47% -
HSV(B) 56.23º 1% 0.94% -
XYZ 62.25 71.66 10.55 -
YUV 202.95 13.47 153.71 -
System Red Green Blue C M Y K H S L
Decimal 239 224 0 0 0.06 1 0.06 56.23 1 0.47
Hex EF E0 0 0 6 64 6 38 64 2F
Octal 357 340 0 0 6 144 6 70 144 57
Binary 11101111 11100000 0 0 110 1100100 110 111000 1100100 101111

Color Harmonies of #EFE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE000

Black with #EFE000

Text Example


Text Example

White with #EFE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE000; }

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

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

background-color css

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

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

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

border-color css

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

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

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