Html Css Color HEX #ECB531 Bright Sun

📋 copy color: '#ECB531'

red 236 ◦ green 181 ◦ blue 49

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

Shades of Bright Sun #ECB531

Tints of Bright Sun #ECB531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.84%

 BLUE value IS 49 (19.53% from 255) = 10.52%

R = 50.64%
G = 38.84%
B = 10.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECB531 (or 0xECB531) is known color: Bright Sun. HEX triplet: EC, B5 and 31. RGB value is (236,181,49). Sum of RGB (Red+Green+Blue) = 236+181+49=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB531 is #134ACE. Grayscale: #B6B6B6. Windows color (decimal): -1264335 or 3257836. OLE color: 3257836.

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

Color convert

RGB 236 181 49 -
CMYK 0 0.23 0.79 0.07
HSL 42.35º 0.83% 0.56% -
HSV(B) 42.35º 0.79% 0.93% -
XYZ 51.67 51.1 10.05 -
YUV 182.4 52.72 166.23 -
System Red Green Blue C M Y K H S L
Decimal 236 181 49 0 0.23 0.79 0.07 42.35 0.83 0.56
Hex EC B5 31 0 17 4F 7 2A 53 38
Octal 354 265 61 0 27 117 7 52 123 70
Binary 11101100 10110101 110001 0 10111 1001111 111 101010 1010011 111000

Color Harmonies of #ECB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB531

Black with #ECB531

Text Example


Text Example

White with #ECB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB531; }

 p { color: rgb(236,181,49); }

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

background-color css

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

 a { background-color: rgb(236,181,49); }

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

border-color css

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

 span { border-color: rgb(236,181,49); }

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