Html Css Color HEX #ECB530 Bright Sun

📋 copy color: '#ECB530'

red 236 ◦ green 181 ◦ blue 48

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

Shades of Bright Sun #ECB530

Tints of Bright Sun #ECB530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.32%

R = 50.75%
G = 38.92%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECB530 (or 0xECB530) is known color: Bright Sun. HEX triplet: EC, B5 and 30. RGB value is (236,181,48). Sum of RGB (Red+Green+Blue) = 236+181+48=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB530 is #134ACF. Grayscale: #B6B6B6. Windows color (decimal): -1264336 or 3192300. OLE color: 3192300.

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

Color convert

RGB 236 181 48 -
CMYK 0 0.23 0.80 0.07
HSL 42.45º 0.83% 0.56% -
HSV(B) 42.45º 0.8% 0.93% -
XYZ 51.65 51.09 9.94 -
YUV 182.28 52.22 166.31 -
System Red Green Blue C M Y K H S L
Decimal 236 181 48 0 0.23 0.80 0.07 42.45 0.83 0.56
Hex EC B5 30 0 17 50 7 2A 53 38
Octal 354 265 60 0 27 120 7 52 123 70
Binary 11101100 10110101 110000 0 10111 1010000 111 101010 1010011 111000

Color Harmonies of #ECB530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB530

Black with #ECB530

Text Example


Text Example

White with #ECB530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB530; }

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

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

background-color css

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

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

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

border-color css

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

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

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