Html Css Color HEX #ECAC02 Orange

📋 copy color: '#ECAC02'

red 236 ◦ green 172 ◦ blue 2

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

Shades of Orange #ECAC02

Tints of Orange #ECAC02

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.95%

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

R = 57.56%
G = 41.95%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECAC02 (or 0xECAC02) is known color: Orange. HEX triplet: EC, AC and 02. RGB value is (236,172,2). Sum of RGB (Red+Green+Blue) = 236+172+2=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC02 is #1353FD. Grayscale: #ACACAC. Windows color (decimal): -1266686 or 175340. OLE color: 175340.

HSL color Cylindrical-coordinate representation of color #ECAC02: hue angle of 43.59º 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 #ECAC02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 172 2 -
CMYK 0 0.27 0.99 0.07
HSL 43.59º 0.98% 0.47% -
HSV(B) 43.59º 0.99% 0.93% -
XYZ 49.36 47.34 6.59 -
YUV 171.76 32.2 173.82 -
System Red Green Blue C M Y K H S L
Decimal 236 172 2 0 0.27 0.99 0.07 43.59 0.98 0.47
Hex EC AC 2 0 1B 63 7 2C 62 2F
Octal 354 254 2 0 33 143 7 54 142 57
Binary 11101100 10101100 10 0 11011 1100011 111 101100 1100010 101111

Color Harmonies of #ECAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC02

Black with #ECAC02

Text Example


Text Example

White with #ECAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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