Html Css Color HEX #EDA44F Casablanca

📋 copy color: '#EDA44F'

red 237 ◦ green 164 ◦ blue 79

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

Shades of Casablanca #EDA44F

Tints of Casablanca #EDA44F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

 BLUE value IS 79 (31.25% from 255) = 16.46%

R = 49.38%
G = 34.17%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDA44F (or 0xEDA44F) is known color: Casablanca. HEX triplet: ED, A4 and 4F. RGB value is (237,164,79). Sum of RGB (Red+Green+Blue) = 237+164+79=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA44F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA44F is #125BB0. Grayscale: #B0B0B0. Windows color (decimal): -1203121 or 5219565. OLE color: 5219565.

HSL color Cylindrical-coordinate representation of color #EDA44F: hue angle of 32.28º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDA44F is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 79 -
CMYK 0 0.31 0.67 0.07
HSL 32.28º 0.81% 0.62% -
HSV(B) 32.28º 0.67% 0.93% -
XYZ 49.61 45.12 13.49 -
YUV 176.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 237 164 79 0 0.31 0.67 0.07 32.28 0.81 0.62
Hex ED A4 4F 0 1F 43 7 20 51 3E
Octal 355 244 117 0 37 103 7 40 121 76
Binary 11101101 10100100 1001111 0 11111 1000011 111 100000 1010001 111110

Color Harmonies of #EDA44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA44F

Black with #EDA44F

Text Example


Text Example

White with #EDA44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA44F; }

 p { color: rgb(237,164,79); }

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

background-color css

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

 a { background-color: rgb(237,164,79); }

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

border-color css

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

 span { border-color: rgb(237,164,79); }

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