Html Css Color HEX #EADF02 Golden Yellow

📋 copy color: '#EADF02'

red 234 ◦ green 223 ◦ blue 2

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

Shades of Golden Yellow #EADF02

Tints of Golden Yellow #EADF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 50.98%
G = 48.58%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EADF02 (or 0xEADF02) is known color: Golden Yellow. HEX triplet: EA, DF and 02. RGB value is (234,223,2). Sum of RGB (Red+Green+Blue) = 234+223+2=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 2 (1.17% from 255 or 0.44% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF02 is #1520FD. Grayscale: #C9C9C9. Windows color (decimal): -1384702 or 188394. OLE color: 188394.

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

Color convert

RGB 234 223 2 -
CMYK 0 0.05 0.99 0.08
HSL 57.16º 0.98% 0.46% -
HSV(B) 57.16º 0.99% 0.92% -
XYZ 60.33 70.27 10.44 -
YUV 201.1 15.64 151.47 -
System Red Green Blue C M Y K H S L
Decimal 234 223 2 0 0.05 0.99 0.08 57.16 0.98 0.46
Hex EA DF 2 0 5 63 8 39 62 2E
Octal 352 337 2 0 5 143 10 71 142 56
Binary 11101010 11011111 10 0 101 1100011 1000 111001 1100010 101110

Color Harmonies of #EADF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF02

Black with #EADF02

Text Example


Text Example

White with #EADF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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