Html Css Color HEX #EBCF14 Broom

📋 copy color: '#EBCF14'

red 235 ◦ green 207 ◦ blue 20

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

Shades of Broom #EBCF14

Tints of Broom #EBCF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.33%

R = 50.87%
G = 44.81%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBCF14 (or 0xEBCF14) is known color: Broom. HEX triplet: EB, CF and 14. RGB value is (235,207,20). Sum of RGB (Red+Green+Blue) = 235+207+20=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCF14 is #1430EB. Grayscale: #C2C2C2. Windows color (decimal): -1323244 or 1363947. OLE color: 1363947.

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

Color convert

RGB 235 207 20 -
CMYK 0 0.12 0.91 0.08
HSL 52.19º 0.84% 0.5% -
HSV(B) 52.19º 0.91% 0.92% -
XYZ 56.7 62.34 9.71 -
YUV 194.05 29.78 157.21 -
System Red Green Blue C M Y K H S L
Decimal 235 207 20 0 0.12 0.91 0.08 52.19 0.84 0.5
Hex EB CF 14 0 C 5B 8 34 54 32
Octal 353 317 24 0 14 133 10 64 124 62
Binary 11101011 11001111 10100 0 1100 1011011 1000 110100 1010100 110010

Color Harmonies of #EBCF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCF14

Black with #EBCF14

Text Example


Text Example

White with #EBCF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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