Html Css Color HEX #EFE101 Golden Yellow

📋 copy color: '#EFE101'

red 239 ◦ green 225 ◦ blue 1

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

Shades of Golden Yellow #EFE101

Tints of Golden Yellow #EFE101

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.39%

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

R = 51.4%
G = 48.39%
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

#EFE101 (or 0xEFE101) is known color: Golden Yellow. HEX triplet: EF, E1 and 01. RGB value is (239,225,1). Sum of RGB (Red+Green+Blue) = 239+225+1=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 1 (0.78% from 255 or 0.22% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE101 is #101EFE. Grayscale: #CCCCCC. Windows color (decimal): -1056511 or 123375. OLE color: 123375.

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

Color convert

RGB 239 225 1 -
CMYK 0 0.06 1.00 0.06
HSL 56.47º 0.99% 0.47% -
HSV(B) 56.47º 1% 0.94% -
XYZ 62.53 72.2 10.67 -
YUV 203.65 13.64 153.21 -
System Red Green Blue C M Y K H S L
Decimal 239 225 1 0 0.06 1.00 0.06 56.47 0.99 0.47
Hex EF E1 1 0 6 64 6 38 63 2F
Octal 357 341 1 0 6 144 6 70 143 57
Binary 11101111 11100001 1 0 110 1100100 110 111000 1100011 101111

Color Harmonies of #EFE101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE101

Black with #EFE101

Text Example


Text Example

White with #EFE101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE101; }

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

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

background-color css

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

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

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

border-color css

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

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

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