Html Css Color HEX #EDA74E Casablanca

📋 copy color: '#EDA74E'

red 237 ◦ green 167 ◦ blue 78

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

Shades of Casablanca #EDA74E

Tints of Casablanca #EDA74E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

 BLUE value IS 78 (30.86% from 255) = 16.18%

R = 49.17%
G = 34.65%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDA74E (or 0xEDA74E) is known color: Casablanca. HEX triplet: ED, A7 and 4E. RGB value is (237,167,78). Sum of RGB (Red+Green+Blue) = 237+167+78=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA74E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA74E is #1258B1. Grayscale: #B2B2B2. Windows color (decimal): -1202354 or 5154797. OLE color: 5154797.

HSL color Cylindrical-coordinate representation of color #EDA74E: hue angle of 33.58º degrees, saturation: 0.82, 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 #EDA74E is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 167 78 -
CMYK 0 0.30 0.67 0.07
HSL 33.58º 0.82% 0.62% -
HSV(B) 33.58º 0.67% 0.93% -
XYZ 50.12 46.19 13.48 -
YUV 177.78 71.69 170.24 -
System Red Green Blue C M Y K H S L
Decimal 237 167 78 0 0.30 0.67 0.07 33.58 0.82 0.62
Hex ED A7 4E 0 1E 43 7 22 52 3E
Octal 355 247 116 0 36 103 7 42 122 76
Binary 11101101 10100111 1001110 0 11110 1000011 111 100010 1010010 111110

Color Harmonies of #EDA74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA74E

Black with #EDA74E

Text Example


Text Example

White with #EDA74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA74E; }

 p { color: rgb(237,167,78); }

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

background-color css

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

 a { background-color: rgb(237,167,78); }

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

border-color css

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

 span { border-color: rgb(237,167,78); }

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