Html Css Color HEX #ECA74C Casablanca

📋 copy color: '#ECA74C'

red 236 ◦ green 167 ◦ blue 76

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

Shades of Casablanca #ECA74C

Tints of Casablanca #ECA74C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.86%

 BLUE value IS 76 (30.08% from 255) = 15.87%

R = 49.27%
G = 34.86%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECA74C (or 0xECA74C) is known color: Casablanca. HEX triplet: EC, A7 and 4C. RGB value is (236,167,76). Sum of RGB (Red+Green+Blue) = 236+167+76=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA74C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA74C is #1358B3. Grayscale: #B1B1B1. Windows color (decimal): -1267892 or 5023724. OLE color: 5023724.

HSL color Cylindrical-coordinate representation of color #ECA74C: hue angle of 34.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECA74C is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 167 76 -
CMYK 0 0.29 0.68 0.07
HSL 34.13º 0.81% 0.61% -
HSV(B) 34.13º 0.68% 0.93% -
XYZ 49.72 45.99 13.09 -
YUV 177.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 236 167 76 0 0.29 0.68 0.07 34.13 0.81 0.61
Hex EC A7 4C 0 1D 44 7 22 51 3D
Octal 354 247 114 0 35 104 7 42 121 75
Binary 11101100 10100111 1001100 0 11101 1000100 111 100010 1010001 111101

Color Harmonies of #ECA74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA74C

Black with #ECA74C

Text Example


Text Example

White with #ECA74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA74C; }

 p { color: rgb(236,167,76); }

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

background-color css

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

 a { background-color: rgb(236,167,76); }

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

border-color css

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

 span { border-color: rgb(236,167,76); }

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