Html Css Color HEX #ECAE00 Orange

📋 copy color: '#ECAE00'

red 236 ◦ green 174 ◦ blue 0

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

Shades of Orange #ECAE00

Tints of Orange #ECAE00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.56%
G = 42.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECAE00 (or 0xECAE00) is known color: Orange. HEX triplet: EC, AE and 00. RGB value is (236,174,0). Sum of RGB (Red+Green+Blue) = 236+174+0=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAE00 is #1351FF. Grayscale: #ADADAD. Windows color (decimal): -1266176 or 44780. OLE color: 44780.

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

Color convert

RGB 236 174 0 -
CMYK 0 0.26 1 0.07
HSL 44.24º 1% 0.46% -
HSV(B) 44.24º 1% 0.93% -
XYZ 49.73 48.1 6.66 -
YUV 172.7 30.54 173.15 -
System Red Green Blue C M Y K H S L
Decimal 236 174 0 0 0.26 1 0.07 44.24 1 0.46
Hex EC AE 0 0 1A 64 7 2C 64 2E
Octal 354 256 0 0 32 144 7 54 144 56
Binary 11101100 10101110 0 0 11010 1100100 111 101100 1100100 101110

Color Harmonies of #ECAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE00

Black with #ECAE00

Text Example


Text Example

White with #ECAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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