Html Css Color HEX #EADF01 Golden Yellow

📋 copy color: '#EADF01'

red 234 ◦ green 223 ◦ blue 1

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

Shades of Golden Yellow #EADF01

Tints of Golden Yellow #EADF01

RGB

 RED value IS 234 (91.8% from 255) = 51.09%

 GREEN value IS 223 (87.5% from 255) = 48.69%

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

R = 51.09%
G = 48.69%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EADF01 (or 0xEADF01) is known color: Golden Yellow. HEX triplet: EA, DF and 01. RGB value is (234,223,1). Sum of RGB (Red+Green+Blue) = 234+223+1=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF01 is #1520FE. Grayscale: #C9C9C9. Windows color (decimal): -1384703 or 122858. OLE color: 122858.

HSL color Cylindrical-coordinate representation of color #EADF01: hue angle of 57.17º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EADF01 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 223 1 -
CMYK 0 0.05 1.00 0.08
HSL 57.17º 0.99% 0.46% -
HSV(B) 57.17º 1% 0.92% -
XYZ 60.32 70.27 10.41 -
YUV 200.98 15.14 151.55 -
System Red Green Blue C M Y K H S L
Decimal 234 223 1 0 0.05 1.00 0.08 57.17 0.99 0.46
Hex EA DF 1 0 5 64 8 39 63 2E
Octal 352 337 1 0 5 144 10 71 143 56
Binary 11101010 11011111 1 0 101 1100100 1000 111001 1100011 101110

Color Harmonies of #EADF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF01

Black with #EADF01

Text Example


Text Example

White with #EADF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF01; }

 p { color: rgb(234,223,1); }

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

background-color css

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

 a { background-color: rgb(234,223,1); }

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

border-color css

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

 span { border-color: rgb(234,223,1); }

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