Html Css Color HEX #EACD25 Broom

📋 copy color: '#EACD25'

red 234 ◦ green 205 ◦ blue 37

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

Shades of Broom #EACD25

Tints of Broom #EACD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.77%

R = 49.16%
G = 43.07%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EACD25 (or 0xEACD25) is known color: Broom. HEX triplet: EA, CD and 25. RGB value is (234,205,37). Sum of RGB (Red+Green+Blue) = 234+205+37=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD25 is #1532DA. Grayscale: #C3C3C3. Windows color (decimal): -1389275 or 2477546. OLE color: 2477546.

HSL color Cylindrical-coordinate representation of color #EACD25: hue angle of 51.17º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EACD25 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 37 -
CMYK 0 0.12 0.84 0.08
HSL 51.17º 0.82% 0.53% -
HSV(B) 51.17º 0.84% 0.92% -
XYZ 56.1 61.29 10.62 -
YUV 194.52 39.11 156.16 -
System Red Green Blue C M Y K H S L
Decimal 234 205 37 0 0.12 0.84 0.08 51.17 0.82 0.53
Hex EA CD 25 0 C 54 8 33 52 35
Octal 352 315 45 0 14 124 10 63 122 65
Binary 11101010 11001101 100101 0 1100 1010100 1000 110011 1010010 110101

Color Harmonies of #EACD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD25

Black with #EACD25

Text Example


Text Example

White with #EACD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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