Html Css Color HEX #EACE1F Broom

📋 copy color: '#EACE1F'

red 234 ◦ green 206 ◦ blue 31

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

Shades of Broom #EACE1F

Tints of Broom #EACE1F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

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

R = 49.68%
G = 43.74%
B = 6.58%

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

#EACE1F (or 0xEACE1F) is known color: Broom. HEX triplet: EA, CE and 1F. RGB value is (234,206,31). Sum of RGB (Red+Green+Blue) = 234+206+31=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACE1F is #1531E0. Grayscale: #C3C3C3. Windows color (decimal): -1389025 or 2084586. OLE color: 2084586.

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

Color convert

RGB 234 206 31 -
CMYK 0 0.12 0.87 0.08
HSL 51.72º 0.83% 0.52% -
HSV(B) 51.72º 0.87% 0.92% -
XYZ 56.25 61.73 10.25 -
YUV 194.42 35.78 156.23 -
System Red Green Blue C M Y K H S L
Decimal 234 206 31 0 0.12 0.87 0.08 51.72 0.83 0.52
Hex EA CE 1F 0 C 57 8 34 53 34
Octal 352 316 37 0 14 127 10 64 123 64
Binary 11101010 11001110 11111 0 1100 1010111 1000 110100 1010011 110100

Color Harmonies of #EACE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE1F

Black with #EACE1F

Text Example


Text Example

White with #EACE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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