Html Css Color HEX #EBCD1F Broom

📋 copy color: '#EBCD1F'

red 235 ◦ green 205 ◦ blue 31

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

Shades of Broom #EBCD1F

Tints of Broom #EBCD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.58%

R = 49.89%
G = 43.52%
B = 6.58%

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

#EBCD1F (or 0xEBCD1F) is known color: Broom. HEX triplet: EB, CD and 1F. RGB value is (235,205,31). Sum of RGB (Red+Green+Blue) = 235+205+31=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBCD1F is #1432E0. Grayscale: #C2C2C2. Windows color (decimal): -1323745 or 2084331. OLE color: 2084331.

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

Color convert

RGB 235 205 31 -
CMYK 0 0.13 0.87 0.08
HSL 51.18º 0.84% 0.52% -
HSV(B) 51.18º 0.87% 0.92% -
XYZ 56.34 61.42 10.18 -
YUV 194.13 35.94 157.15 -
System Red Green Blue C M Y K H S L
Decimal 235 205 31 0 0.13 0.87 0.08 51.18 0.84 0.52
Hex EB CD 1F 0 D 57 8 33 54 34
Octal 353 315 37 0 15 127 10 63 124 64
Binary 11101011 11001101 11111 0 1101 1010111 1000 110011 1010100 110100

Color Harmonies of #EBCD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD1F

Black with #EBCD1F

Text Example


Text Example

White with #EBCD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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