Html Css Color HEX #EAD422 Broom

📋 copy color: '#EAD422'

red 234 ◦ green 212 ◦ blue 34

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

Shades of Broom #EAD422

Tints of Broom #EAD422

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.17%

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

R = 48.75%
G = 44.17%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAD422 (or 0xEAD422) is known color: Broom. HEX triplet: EA, D4 and 22. RGB value is (234,212,34). Sum of RGB (Red+Green+Blue) = 234+212+34=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 34 (13.67% from 255 or 7.08% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD422 is #152BDD. Grayscale: #C7C7C7. Windows color (decimal): -1387486 or 2282730. OLE color: 2282730.

HSL color Cylindrical-coordinate representation of color #EAD422: hue angle of 53.4º 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 #EAD422 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 212 34 -
CMYK 0 0.09 0.85 0.08
HSL 53.4º 0.83% 0.53% -
HSV(B) 53.4º 0.85% 0.92% -
XYZ 57.76 64.69 10.96 -
YUV 198.29 35.29 153.47 -
System Red Green Blue C M Y K H S L
Decimal 234 212 34 0 0.09 0.85 0.08 53.4 0.83 0.53
Hex EA D4 22 0 9 55 8 35 53 35
Octal 352 324 42 0 11 125 10 65 123 65
Binary 11101010 11010100 100010 0 1001 1010101 1000 110101 1010011 110101

Color Harmonies of #EAD422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD422

Black with #EAD422

Text Example


Text Example

White with #EAD422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD422; }

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

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

background-color css

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

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

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

border-color css

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

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

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