Html Css Color HEX #EACF1B Broom

📋 copy color: '#EACF1B'

red 234 ◦ green 207 ◦ blue 27

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

Shades of Broom #EACF1B

Tints of Broom #EACF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.77%

R = 50%
G = 44.23%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EACF1B (or 0xEACF1B) is known color: Broom. HEX triplet: EA, CF and 1B. RGB value is (234,207,27). Sum of RGB (Red+Green+Blue) = 234+207+27=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 27 (10.94% from 255 or 5.77% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF1B is #1530E4. Grayscale: #C3C3C3. Windows color (decimal): -1388773 or 1822698. OLE color: 1822698.

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

Color convert

RGB 234 207 27 -
CMYK 0 0.12 0.88 0.08
HSL 52.17º 0.83% 0.51% -
HSV(B) 52.17º 0.88% 0.92% -
XYZ 56.44 62.2 10.07 -
YUV 194.55 33.45 156.14 -
System Red Green Blue C M Y K H S L
Decimal 234 207 27 0 0.12 0.88 0.08 52.17 0.83 0.51
Hex EA CF 1B 0 C 58 8 34 53 33
Octal 352 317 33 0 14 130 10 64 123 63
Binary 11101010 11001111 11011 0 1100 1011000 1000 110100 1010011 110011

Color Harmonies of #EACF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF1B

Black with #EACF1B

Text Example


Text Example

White with #EACF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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