Html Css Color HEX #EBCD1E Broom

📋 copy color: '#EBCD1E'

red 235 ◦ green 205 ◦ blue 30

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

Shades of Broom #EBCD1E

Tints of Broom #EBCD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.62%

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

R = 50%
G = 43.62%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EBCD1E (or 0xEBCD1E) is known color: Broom. HEX triplet: EB, CD and 1E. RGB value is (235,205,30). Sum of RGB (Red+Green+Blue) = 235+205+30=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 30 (12.11% from 255 or 6.38% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD1E is #1432E1. Grayscale: #C2C2C2. Windows color (decimal): -1323746 or 2018795. OLE color: 2018795.

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

Color convert

RGB 235 205 30 -
CMYK 0 0.13 0.87 0.08
HSL 51.22º 0.84% 0.52% -
HSV(B) 51.22º 0.87% 0.92% -
XYZ 56.33 61.42 10.11 -
YUV 194.02 35.44 157.23 -
System Red Green Blue C M Y K H S L
Decimal 235 205 30 0 0.13 0.87 0.08 51.22 0.84 0.52
Hex EB CD 1E 0 D 57 8 33 54 34
Octal 353 315 36 0 15 127 10 63 124 64
Binary 11101011 11001101 11110 0 1101 1010111 1000 110011 1010100 110100

Color Harmonies of #EBCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD1E

Black with #EBCD1E

Text Example


Text Example

White with #EBCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD1E; }

 p { color: rgb(235,205,30); }

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

background-color css

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

 a { background-color: rgb(235,205,30); }

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

border-color css

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

 span { border-color: rgb(235,205,30); }

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