Html Css Color HEX #ECB14B Casablanca

📋 copy color: '#ECB14B'

red 236 ◦ green 177 ◦ blue 75

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

Shades of Casablanca #ECB14B

Tints of Casablanca #ECB14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.27%

 BLUE value IS 75 (29.69% from 255) = 15.37%

R = 48.36%
G = 36.27%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECB14B (or 0xECB14B) is known color: Casablanca. HEX triplet: EC, B1 and 4B. RGB value is (236,177,75). Sum of RGB (Red+Green+Blue) = 236+177+75=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB14B is #134EB4. Grayscale: #B7B7B7. Windows color (decimal): -1265333 or 4960748. OLE color: 4960748.

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

Color convert

RGB 236 177 75 -
CMYK 0 0.25 0.68 0.07
HSL 38.01º 0.81% 0.61% -
HSV(B) 38.01º 0.68% 0.93% -
XYZ 51.58 49.79 13.55 -
YUV 183.01 67.05 165.79 -
System Red Green Blue C M Y K H S L
Decimal 236 177 75 0 0.25 0.68 0.07 38.01 0.81 0.61
Hex EC B1 4B 0 19 44 7 26 51 3D
Octal 354 261 113 0 31 104 7 46 121 75
Binary 11101100 10110001 1001011 0 11001 1000100 111 100110 1010001 111101

Color Harmonies of #ECB14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB14B

Black with #ECB14B

Text Example


Text Example

White with #ECB14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB14B; }

 p { color: rgb(236,177,75); }

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

background-color css

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

 a { background-color: rgb(236,177,75); }

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

border-color css

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

 span { border-color: rgb(236,177,75); }

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