Html Css Color HEX #EBCC1A Broom

📋 copy color: '#EBCC1A'

red 235 ◦ green 204 ◦ blue 26

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

Shades of Broom #EBCC1A

Tints of Broom #EBCC1A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.87%

 BLUE value IS 26 (10.55% from 255) = 5.59%

R = 50.54%
G = 43.87%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBCC1A (or 0xEBCC1A) is known color: Broom. HEX triplet: EB, CC and 1A. RGB value is (235,204,26). Sum of RGB (Red+Green+Blue) = 235+204+26=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCC1A is #1433E5. Grayscale: #C1C1C1. Windows color (decimal): -1324006 or 1756395. OLE color: 1756395.

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

Color convert

RGB 235 204 26 -
CMYK 0 0.13 0.89 0.08
HSL 51.1º 0.84% 0.51% -
HSV(B) 51.1º 0.89% 0.92% -
XYZ 56.04 60.92 9.78 -
YUV 192.98 33.77 157.97 -
System Red Green Blue C M Y K H S L
Decimal 235 204 26 0 0.13 0.89 0.08 51.1 0.84 0.51
Hex EB CC 1A 0 D 59 8 33 54 33
Octal 353 314 32 0 15 131 10 63 124 63
Binary 11101011 11001100 11010 0 1101 1011001 1000 110011 1010100 110011

Color Harmonies of #EBCC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCC1A

Black with #EBCC1A

Text Example


Text Example

White with #EBCC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCC1A; }

 p { color: rgb(235,204,26); }

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

background-color css

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

 a { background-color: rgb(235,204,26); }

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

border-color css

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

 span { border-color: rgb(235,204,26); }

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