Html Css Color HEX #ECD028 Broom

📋 copy color: '#ECD028'

red 236 ◦ green 208 ◦ blue 40

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

Shades of Broom #ECD028

Tints of Broom #ECD028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.98%

 BLUE value IS 40 (16.02% from 255) = 8.26%

R = 48.76%
G = 42.98%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ECD028 (or 0xECD028) is known color: Broom. HEX triplet: EC, D0 and 28. RGB value is (236,208,40). Sum of RGB (Red+Green+Blue) = 236+208+40=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 40 (16.02% from 255 or 8.26% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD028 is #132FD7. Grayscale: #C5C5C5. Windows color (decimal): -1257432 or 2674924. OLE color: 2674924.

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

Color convert

RGB 236 208 40 -
CMYK 0 0.12 0.83 0.07
HSL 51.43º 0.84% 0.54% -
HSV(B) 51.43º 0.83% 0.93% -
XYZ 57.53 63.1 11.15 -
YUV 197.22 39.28 155.66 -
System Red Green Blue C M Y K H S L
Decimal 236 208 40 0 0.12 0.83 0.07 51.43 0.84 0.54
Hex EC D0 28 0 C 53 7 33 54 36
Octal 354 320 50 0 14 123 7 63 124 66
Binary 11101100 11010000 101000 0 1100 1010011 111 110011 1010100 110110

Color Harmonies of #ECD028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD028

Black with #ECD028

Text Example


Text Example

White with #ECD028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD028; }

 p { color: rgb(236,208,40); }

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

background-color css

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

 a { background-color: rgb(236,208,40); }

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

border-color css

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

 span { border-color: rgb(236,208,40); }

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