Html Css Color HEX #EADC1D Broom

📋 copy color: '#EADC1D'

red 234 ◦ green 220 ◦ blue 29

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

Shades of Broom #EADC1D

Tints of Broom #EADC1D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 29 (11.72% from 255) = 6%

R = 48.45%
G = 45.55%
B = 6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EADC1D (or 0xEADC1D) is known color: Broom. HEX triplet: EA, DC and 1D. RGB value is (234,220,29). Sum of RGB (Red+Green+Blue) = 234+220+29=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC1D is #1523E2. Grayscale: #CBCBCB. Windows color (decimal): -1385443 or 1957098. OLE color: 1957098.

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

Color convert

RGB 234 220 29 -
CMYK 0 0.06 0.88 0.08
HSL 55.9º 0.83% 0.52% -
HSV(B) 55.9º 0.88% 0.92% -
XYZ 59.75 68.77 11.29 -
YUV 202.41 30.14 150.53 -
System Red Green Blue C M Y K H S L
Decimal 234 220 29 0 0.06 0.88 0.08 55.9 0.83 0.52
Hex EA DC 1D 0 6 58 8 38 53 34
Octal 352 334 35 0 6 130 10 70 123 64
Binary 11101010 11011100 11101 0 110 1011000 1000 111000 1010011 110100

Color Harmonies of #EADC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC1D

Black with #EADC1D

Text Example


Text Example

White with #EADC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC1D; }

 p { color: rgb(234,220,29); }

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

background-color css

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

 a { background-color: rgb(234,220,29); }

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

border-color css

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

 span { border-color: rgb(234,220,29); }

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