Html Css Color HEX #EADC1B Broom

📋 copy color: '#EADC1B'

red 234 ◦ green 220 ◦ blue 27

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

Shades of Broom #EADC1B

Tints of Broom #EADC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.61%

R = 48.65%
G = 45.74%
B = 5.61%

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

#EADC1B (or 0xEADC1B) is known color: Broom. HEX triplet: EA, DC and 1B. RGB value is (234,220,27). Sum of RGB (Red+Green+Blue) = 234+220+27=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC1B is #1523E4. Grayscale: #CACACA. Windows color (decimal): -1385445 or 1826026. OLE color: 1826026.

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

Color convert

RGB 234 220 27 -
CMYK 0 0.06 0.88 0.08
HSL 55.94º 0.83% 0.51% -
HSV(B) 55.94º 0.88% 0.92% -
XYZ 59.72 68.76 11.16 -
YUV 202.18 29.14 150.69 -
System Red Green Blue C M Y K H S L
Decimal 234 220 27 0 0.06 0.88 0.08 55.94 0.83 0.51
Hex EA DC 1B 0 6 58 8 38 53 33
Octal 352 334 33 0 6 130 10 70 123 63
Binary 11101010 11011100 11011 0 110 1011000 1000 111000 1010011 110011

Color Harmonies of #EADC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC1B

Black with #EADC1B

Text Example


Text Example

White with #EADC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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