Html Css Color HEX #ECA74A Casablanca

📋 copy color: '#ECA74A'

red 236 ◦ green 167 ◦ blue 74

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

Shades of Casablanca #ECA74A

Tints of Casablanca #ECA74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.51%

R = 49.48%
G = 35.01%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECA74A (or 0xECA74A) is known color: Casablanca. HEX triplet: EC, A7 and 4A. RGB value is (236,167,74). Sum of RGB (Red+Green+Blue) = 236+167+74=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA74A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA74A is #1358B5. Grayscale: #B1B1B1. Windows color (decimal): -1267894 or 4892652. OLE color: 4892652.

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

Color convert

RGB 236 167 74 -
CMYK 0 0.29 0.69 0.07
HSL 34.44º 0.81% 0.61% -
HSV(B) 34.44º 0.69% 0.93% -
XYZ 49.65 45.96 12.73 -
YUV 177.03 69.86 170.06 -
System Red Green Blue C M Y K H S L
Decimal 236 167 74 0 0.29 0.69 0.07 34.44 0.81 0.61
Hex EC A7 4A 0 1D 45 7 22 51 3D
Octal 354 247 112 0 35 105 7 42 121 75
Binary 11101100 10100111 1001010 0 11101 1000101 111 100010 1010001 111101

Color Harmonies of #ECA74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA74A

Black with #ECA74A

Text Example


Text Example

White with #ECA74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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