Html Css Color HEX #ECD31F Broom

📋 copy color: '#ECD31F'

red 236 ◦ green 211 ◦ blue 31

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

Shades of Broom #ECD31F

Tints of Broom #ECD31F

RGB

 RED value IS 236 (92.58% from 255) = 49.37%

 GREEN value IS 211 (82.81% from 255) = 44.14%

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

R = 49.37%
G = 44.14%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECD31F (or 0xECD31F) is known color: Broom. HEX triplet: EC, D3 and 1F. RGB value is (236,211,31). Sum of RGB (Red+Green+Blue) = 236+211+31=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD31F is #132CE0. Grayscale: #C6C6C6. Windows color (decimal): -1256673 or 2085868. OLE color: 2085868.

HSL color Cylindrical-coordinate representation of color #ECD31F: hue angle of 52.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECD31F is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 211 31 -
CMYK 0 0.11 0.87 0.07
HSL 52.68º 0.84% 0.52% -
HSV(B) 52.68º 0.87% 0.93% -
XYZ 58.13 64.52 10.69 -
YUV 197.96 33.78 155.14 -
System Red Green Blue C M Y K H S L
Decimal 236 211 31 0 0.11 0.87 0.07 52.68 0.84 0.52
Hex EC D3 1F 0 B 57 7 35 54 34
Octal 354 323 37 0 13 127 7 65 124 64
Binary 11101100 11010011 11111 0 1011 1010111 111 110101 1010100 110100

Color Harmonies of #ECD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD31F

Black with #ECD31F

Text Example


Text Example

White with #ECD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD31F; }

 p { color: rgb(236,211,31); }

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

background-color css

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

 a { background-color: rgb(236,211,31); }

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

border-color css

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

 span { border-color: rgb(236,211,31); }

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