Html Css Color HEX #ECAE02 Orange

📋 copy color: '#ECAE02'

red 236 ◦ green 174 ◦ blue 2

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

Shades of Orange #ECAE02

Tints of Orange #ECAE02

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.23%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 57.28%
G = 42.23%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECAE02 (or 0xECAE02) is known color: Orange. HEX triplet: EC, AE and 02. RGB value is (236,174,2). Sum of RGB (Red+Green+Blue) = 236+174+2=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAE02 is #1351FD. Grayscale: #ADADAD. Windows color (decimal): -1266174 or 175852. OLE color: 175852.

HSL color Cylindrical-coordinate representation of color #ECAE02: hue angle of 44.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECAE02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 174 2 -
CMYK 0 0.26 0.99 0.07
HSL 44.1º 0.98% 0.47% -
HSV(B) 44.1º 0.99% 0.93% -
XYZ 49.74 48.11 6.72 -
YUV 172.93 31.54 172.99 -
System Red Green Blue C M Y K H S L
Decimal 236 174 2 0 0.26 0.99 0.07 44.1 0.98 0.47
Hex EC AE 2 0 1A 63 7 2C 62 2F
Octal 354 256 2 0 32 143 7 54 142 57
Binary 11101100 10101110 10 0 11010 1100011 111 101100 1100010 101111

Color Harmonies of #ECAE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE02

Black with #ECAE02

Text Example


Text Example

White with #ECAE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE02; }

 p { color: rgb(236,174,2); }

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

background-color css

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

 a { background-color: rgb(236,174,2); }

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

border-color css

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

 span { border-color: rgb(236,174,2); }

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