Html Css Color HEX #EACA1D Broom

📋 copy color: '#EACA1D'

red 234 ◦ green 202 ◦ blue 29

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

Shades of Broom #EACA1D

Tints of Broom #EACA1D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.44%

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

R = 50.32%
G = 43.44%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EACA1D (or 0xEACA1D) is known color: Broom. HEX triplet: EA, CA and 1D. RGB value is (234,202,29). Sum of RGB (Red+Green+Blue) = 234+202+29=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA1D is #1535E2. Grayscale: #C0C0C0. Windows color (decimal): -1390051 or 1952490. OLE color: 1952490.

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

Color convert

RGB 234 202 29 -
CMYK 0 0.14 0.88 0.08
HSL 50.63º 0.83% 0.52% -
HSV(B) 50.63º 0.88% 0.92% -
XYZ 55.27 59.82 9.8 -
YUV 191.85 36.1 158.07 -
System Red Green Blue C M Y K H S L
Decimal 234 202 29 0 0.14 0.88 0.08 50.63 0.83 0.52
Hex EA CA 1D 0 E 58 8 33 53 34
Octal 352 312 35 0 16 130 10 63 123 64
Binary 11101010 11001010 11101 0 1110 1011000 1000 110011 1010011 110100

Color Harmonies of #EACA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA1D

Black with #EACA1D

Text Example


Text Example

White with #EACA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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