Html Css Color HEX #EBCF0E Broom

📋 copy color: '#EBCF0E'

red 235 ◦ green 207 ◦ blue 14

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

Shades of Broom #EBCF0E

Tints of Broom #EBCF0E

RGB

 RED value IS 235 (92.19% from 255) = 51.54%

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

 BLUE value IS 14 (5.86% from 255) = 3.07%

R = 51.54%
G = 45.39%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBCF0E (or 0xEBCF0E) is known color: Broom. HEX triplet: EB, CF and 0E. RGB value is (235,207,14). Sum of RGB (Red+Green+Blue) = 235+207+14=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCF0E is #1430F1. Grayscale: #C2C2C2. Windows color (decimal): -1323250 or 970731. OLE color: 970731.

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

Color convert

RGB 235 207 14 -
CMYK 0 0.12 0.94 0.08
HSL 52.4º 0.89% 0.49% -
HSV(B) 52.4º 0.94% 0.92% -
XYZ 56.65 62.32 9.46 -
YUV 193.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 235 207 14 0 0.12 0.94 0.08 52.4 0.89 0.49
Hex EB CF E 0 C 5E 8 34 59 31
Octal 353 317 16 0 14 136 10 64 131 61
Binary 11101011 11001111 1110 0 1100 1011110 1000 110100 1011001 110001

Color Harmonies of #EBCF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCF0E

Black with #EBCF0E

Text Example


Text Example

White with #EBCF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCF0E; }

 p { color: rgb(235,207,14); }

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

background-color css

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

 a { background-color: rgb(235,207,14); }

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

border-color css

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

 span { border-color: rgb(235,207,14); }

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