Html Css Color HEX #ECB42A Bright Sun

📋 copy color: '#ECB42A'

red 236 ◦ green 180 ◦ blue 42

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

Shades of Bright Sun #ECB42A

Tints of Bright Sun #ECB42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

 BLUE value IS 42 (16.8% from 255) = 9.17%

R = 51.53%
G = 39.3%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECB42A (or 0xECB42A) is known color: Bright Sun. HEX triplet: EC, B4 and 2A. RGB value is (236,180,42). Sum of RGB (Red+Green+Blue) = 236+180+42=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB42A is #134BD5. Grayscale: #B5B5B5. Windows color (decimal): -1264598 or 2798828. OLE color: 2798828.

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

Color convert

RGB 236 180 42 -
CMYK 0 0.24 0.82 0.07
HSL 42.68º 0.84% 0.55% -
HSV(B) 42.68º 0.82% 0.93% -
XYZ 51.33 50.64 9.26 -
YUV 181.01 49.55 167.22 -
System Red Green Blue C M Y K H S L
Decimal 236 180 42 0 0.24 0.82 0.07 42.68 0.84 0.55
Hex EC B4 2A 0 18 52 7 2B 54 37
Octal 354 264 52 0 30 122 7 53 124 67
Binary 11101100 10110100 101010 0 11000 1010010 111 101011 1010100 110111

Color Harmonies of #ECB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB42A

Black with #ECB42A

Text Example


Text Example

White with #ECB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB42A; }

 p { color: rgb(236,180,42); }

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

background-color css

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

 a { background-color: rgb(236,180,42); }

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

border-color css

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

 span { border-color: rgb(236,180,42); }

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