Html Css Color HEX #ECAF4B Casablanca

📋 copy color: '#ECAF4B'

red 236 ◦ green 175 ◦ blue 75

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

Shades of Casablanca #ECAF4B

Tints of Casablanca #ECAF4B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.01%

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

R = 48.56%
G = 36.01%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECAF4B (or 0xECAF4B) is known color: Casablanca. HEX triplet: EC, AF and 4B. RGB value is (236,175,75). Sum of RGB (Red+Green+Blue) = 236+175+75=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAF4B is #1350B4. Grayscale: #B6B6B6. Windows color (decimal): -1265845 or 4960236. OLE color: 4960236.

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

Color convert

RGB 236 175 75 -
CMYK 0 0.26 0.68 0.07
HSL 37.27º 0.81% 0.61% -
HSV(B) 37.27º 0.68% 0.93% -
XYZ 51.19 49 13.42 -
YUV 181.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 236 175 75 0 0.26 0.68 0.07 37.27 0.81 0.61
Hex EC AF 4B 0 1A 44 7 25 51 3D
Octal 354 257 113 0 32 104 7 45 121 75
Binary 11101100 10101111 1001011 0 11010 1000100 111 100101 1010001 111101

Color Harmonies of #ECAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF4B

Black with #ECAF4B

Text Example


Text Example

White with #ECAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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