Html Css Color HEX #EAD022 Broom

📋 copy color: '#EAD022'

red 234 ◦ green 208 ◦ blue 34

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

Shades of Broom #EAD022

Tints of Broom #EAD022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.7%

 BLUE value IS 34 (13.67% from 255) = 7.14%

R = 49.16%
G = 43.7%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAD022 (or 0xEAD022) is known color: Broom. HEX triplet: EA, D0 and 22. RGB value is (234,208,34). Sum of RGB (Red+Green+Blue) = 234+208+34=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 34 (13.67% from 255 or 7.14% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD022 is #152FDD. Grayscale: #C4C4C4. Windows color (decimal): -1388510 or 2281706. OLE color: 2281706.

HSL color Cylindrical-coordinate representation of color #EAD022: hue angle of 52.2º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAD022 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 208 34 -
CMYK 0 0.11 0.85 0.08
HSL 52.2º 0.83% 0.53% -
HSV(B) 52.2º 0.85% 0.92% -
XYZ 56.78 62.72 10.63 -
YUV 195.94 36.61 155.15 -
System Red Green Blue C M Y K H S L
Decimal 234 208 34 0 0.11 0.85 0.08 52.2 0.83 0.53
Hex EA D0 22 0 B 55 8 34 53 35
Octal 352 320 42 0 13 125 10 64 123 65
Binary 11101010 11010000 100010 0 1011 1010101 1000 110100 1010011 110101

Color Harmonies of #EAD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD022

Black with #EAD022

Text Example


Text Example

White with #EAD022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD022; }

 p { color: rgb(234,208,34); }

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

background-color css

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

 a { background-color: rgb(234,208,34); }

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

border-color css

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

 span { border-color: rgb(234,208,34); }

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