Html Css Color HEX #EAD020 Broom

📋 copy color: '#EAD020'

red 234 ◦ green 208 ◦ blue 32

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

Shades of Broom #EAD020

Tints of Broom #EAD020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.75%

R = 49.37%
G = 43.88%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAD020 (or 0xEAD020) is known color: Broom. HEX triplet: EA, D0 and 20. RGB value is (234,208,32). Sum of RGB (Red+Green+Blue) = 234+208+32=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD020 is #152FDF. Grayscale: #C4C4C4. Windows color (decimal): -1388512 or 2150634. OLE color: 2150634.

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

Color convert

RGB 234 208 32 -
CMYK 0 0.11 0.86 0.08
HSL 52.28º 0.83% 0.52% -
HSV(B) 52.28º 0.86% 0.92% -
XYZ 56.75 62.71 10.48 -
YUV 195.71 35.61 155.31 -
System Red Green Blue C M Y K H S L
Decimal 234 208 32 0 0.11 0.86 0.08 52.28 0.83 0.52
Hex EA D0 20 0 B 56 8 34 53 34
Octal 352 320 40 0 13 126 10 64 123 64
Binary 11101010 11010000 100000 0 1011 1010110 1000 110100 1010011 110100

Color Harmonies of #EAD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD020

Black with #EAD020

Text Example


Text Example

White with #EAD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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