Html Css Color HEX #EACF1E Broom

📋 copy color: '#EACF1E'

red 234 ◦ green 207 ◦ blue 30

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

Shades of Broom #EACF1E

Tints of Broom #EACF1E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

 BLUE value IS 30 (12.11% from 255) = 6.37%

R = 49.68%
G = 43.95%
B = 6.37%

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

#EACF1E (or 0xEACF1E) is known color: Broom. HEX triplet: EA, CF and 1E. RGB value is (234,207,30). Sum of RGB (Red+Green+Blue) = 234+207+30=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF1E is #1530E1. Grayscale: #C3C3C3. Windows color (decimal): -1388770 or 2019306. OLE color: 2019306.

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

Color convert

RGB 234 207 30 -
CMYK 0 0.12 0.87 0.08
HSL 52.06º 0.83% 0.52% -
HSV(B) 52.06º 0.87% 0.92% -
XYZ 56.48 62.21 10.26 -
YUV 194.9 34.95 155.89 -
System Red Green Blue C M Y K H S L
Decimal 234 207 30 0 0.12 0.87 0.08 52.06 0.83 0.52
Hex EA CF 1E 0 C 57 8 34 53 34
Octal 352 317 36 0 14 127 10 64 123 64
Binary 11101010 11001111 11110 0 1100 1010111 1000 110100 1010011 110100

Color Harmonies of #EACF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF1E

Black with #EACF1E

Text Example


Text Example

White with #EACF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF1E; }

 p { color: rgb(234,207,30); }

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

background-color css

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

 a { background-color: rgb(234,207,30); }

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

border-color css

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

 span { border-color: rgb(234,207,30); }

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