Html Css Color HEX #EACD1B Broom

📋 copy color: '#EACD1B'

red 234 ◦ green 205 ◦ blue 27

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

Shades of Broom #EACD1B

Tints of Broom #EACD1B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

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

R = 50.21%
G = 43.99%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EACD1B (or 0xEACD1B) is known color: Broom. HEX triplet: EA, CD and 1B. RGB value is (234,205,27). Sum of RGB (Red+Green+Blue) = 234+205+27=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 27 (10.94% from 255 or 5.79% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD1B is #1532E4. Grayscale: #C2C2C2. Windows color (decimal): -1389285 or 1822186. OLE color: 1822186.

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

Color convert

RGB 234 205 27 -
CMYK 0 0.12 0.88 0.08
HSL 51.59º 0.83% 0.51% -
HSV(B) 51.59º 0.88% 0.92% -
XYZ 55.96 61.23 9.91 -
YUV 193.38 34.11 156.97 -
System Red Green Blue C M Y K H S L
Decimal 234 205 27 0 0.12 0.88 0.08 51.59 0.83 0.51
Hex EA CD 1B 0 C 58 8 34 53 33
Octal 352 315 33 0 14 130 10 64 123 63
Binary 11101010 11001101 11011 0 1100 1011000 1000 110100 1010011 110011

Color Harmonies of #EACD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD1B

Black with #EACD1B

Text Example


Text Example

White with #EACD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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