Html Css Color HEX #EDAF5E Casablanca

📋 copy color: '#EDAF5E'

red 237 ◦ green 175 ◦ blue 94

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

Shades of Casablanca #EDAF5E

Tints of Casablanca #EDAF5E

RGB

 RED value IS 237 (92.97% from 255) = 46.84%

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

 BLUE value IS 94 (37.11% from 255) = 18.58%

R = 46.84%
G = 34.58%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDAF5E (or 0xEDAF5E) is known color: Casablanca. HEX triplet: ED, AF and 5E. RGB value is (237,175,94). Sum of RGB (Red+Green+Blue) = 237+175+94=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAF5E is #1250A1. Grayscale: #B8B8B8. Windows color (decimal): -1200290 or 6205421. OLE color: 6205421.

HSL color Cylindrical-coordinate representation of color #EDAF5E: hue angle of 33.99º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDAF5E is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 175 94 -
CMYK 0 0.26 0.60 0.07
HSL 33.99º 0.8% 0.65% -
HSV(B) 33.99º 0.6% 0.93% -
XYZ 52.28 49.47 17.38 -
YUV 184.3 77.04 165.59 -
System Red Green Blue C M Y K H S L
Decimal 237 175 94 0 0.26 0.60 0.07 33.99 0.8 0.65
Hex ED AF 5E 0 1A 3C 7 22 50 41
Octal 355 257 136 0 32 74 7 42 120 101
Binary 11101101 10101111 1011110 0 11010 111100 111 100010 1010000 1000001

Color Harmonies of #EDAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF5E

Black with #EDAF5E

Text Example


Text Example

White with #EDAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF5E; }

 p { color: rgb(237,175,94); }

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

background-color css

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

 a { background-color: rgb(237,175,94); }

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

border-color css

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

 span { border-color: rgb(237,175,94); }

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