Html Css Color HEX #EFE001 Golden Yellow

📋 copy color: '#EFE001'

red 239 ◦ green 224 ◦ blue 1

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

Shades of Golden Yellow #EFE001

Tints of Golden Yellow #EFE001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 51.51%
G = 48.28%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFE001 (or 0xEFE001) is known color: Golden Yellow. HEX triplet: EF, E0 and 01. RGB value is (239,224,1). Sum of RGB (Red+Green+Blue) = 239+224+1=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE001 is #101FFE. Grayscale: #CBCBCB. Windows color (decimal): -1056767 or 123119. OLE color: 123119.

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

Color convert

RGB 239 224 1 -
CMYK 0 0.06 1.00 0.06
HSL 56.22º 0.99% 0.47% -
HSV(B) 56.22º 1% 0.94% -
XYZ 62.26 71.66 10.58 -
YUV 203.06 13.97 153.63 -
System Red Green Blue C M Y K H S L
Decimal 239 224 1 0 0.06 1.00 0.06 56.22 0.99 0.47
Hex EF E0 1 0 6 64 6 38 63 2F
Octal 357 340 1 0 6 144 6 70 143 57
Binary 11101111 11100000 1 0 110 1100100 110 111000 1100011 101111

Color Harmonies of #EFE001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE001

Black with #EFE001

Text Example


Text Example

White with #EFE001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE001; }

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

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

background-color css

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

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

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

border-color css

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

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

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