Html Css Color HEX #ECB04A Casablanca

📋 copy color: '#ECB04A'

red 236 ◦ green 176 ◦ blue 74

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

Shades of Casablanca #ECB04A

Tints of Casablanca #ECB04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.21%

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

R = 48.56%
G = 36.21%
B = 15.23%

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

#ECB04A (or 0xECB04A) is known color: Casablanca. HEX triplet: EC, B0 and 4A. RGB value is (236,176,74). Sum of RGB (Red+Green+Blue) = 236+176+74=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB04A is #134FB5. Grayscale: #B6B6B6. Windows color (decimal): -1265590 or 4894956. OLE color: 4894956.

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

Color convert

RGB 236 176 74 -
CMYK 0 0.25 0.69 0.07
HSL 37.78º 0.81% 0.61% -
HSV(B) 37.78º 0.69% 0.93% -
XYZ 51.35 49.38 13.3 -
YUV 182.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 236 176 74 0 0.25 0.69 0.07 37.78 0.81 0.61
Hex EC B0 4A 0 19 45 7 26 51 3D
Octal 354 260 112 0 31 105 7 46 121 75
Binary 11101100 10110000 1001010 0 11001 1000101 111 100110 1010001 111101

Color Harmonies of #ECB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB04A

Black with #ECB04A

Text Example


Text Example

White with #ECB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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