Html Css Color HEX #EACD1F Broom

📋 copy color: '#EACD1F'

red 234 ◦ green 205 ◦ blue 31

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

Shades of Broom #EACD1F

Tints of Broom #EACD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.6%

R = 49.79%
G = 43.62%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EACD1F (or 0xEACD1F) is known color: Broom. HEX triplet: EA, CD and 1F. RGB value is (234,205,31). Sum of RGB (Red+Green+Blue) = 234+205+31=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 31 (12.5% from 255 or 6.60% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD1F is #1532E0. Grayscale: #C2C2C2. Windows color (decimal): -1389281 or 2084330. OLE color: 2084330.

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

Color convert

RGB 234 205 31 -
CMYK 0 0.12 0.87 0.08
HSL 51.43º 0.83% 0.52% -
HSV(B) 51.43º 0.87% 0.92% -
XYZ 56.01 61.25 10.17 -
YUV 193.84 36.11 156.65 -
System Red Green Blue C M Y K H S L
Decimal 234 205 31 0 0.12 0.87 0.08 51.43 0.83 0.52
Hex EA CD 1F 0 C 57 8 33 53 34
Octal 352 315 37 0 14 127 10 63 123 64
Binary 11101010 11001101 11111 0 1100 1010111 1000 110011 1010011 110100

Color Harmonies of #EACD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD1F

Black with #EACD1F

Text Example


Text Example

White with #EACD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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