Html Css Color HEX #ECB24A Casablanca

📋 copy color: '#ECB24A'

red 236 ◦ green 178 ◦ blue 74

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

Shades of Casablanca #ECB24A

Tints of Casablanca #ECB24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.48%

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

R = 48.36%
G = 36.48%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECB24A (or 0xECB24A) is known color: Casablanca. HEX triplet: EC, B2 and 4A. RGB value is (236,178,74). Sum of RGB (Red+Green+Blue) = 236+178+74=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB24A is #134DB5. Grayscale: #B7B7B7. Windows color (decimal): -1265078 or 4895468. OLE color: 4895468.

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

Color convert

RGB 236 178 74 -
CMYK 0 0.25 0.69 0.07
HSL 38.52º 0.81% 0.61% -
HSV(B) 38.52º 0.69% 0.93% -
XYZ 51.75 50.17 13.43 -
YUV 183.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 236 178 74 0 0.25 0.69 0.07 38.52 0.81 0.61
Hex EC B2 4A 0 19 45 7 27 51 3D
Octal 354 262 112 0 31 105 7 47 121 75
Binary 11101100 10110010 1001010 0 11001 1000101 111 100111 1010001 111101

Color Harmonies of #ECB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB24A

Black with #ECB24A

Text Example


Text Example

White with #ECB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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