Html Css Color HEX #EDA84E Casablanca

📋 copy color: '#EDA84E'

red 237 ◦ green 168 ◦ blue 78

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

Shades of Casablanca #EDA84E

Tints of Casablanca #EDA84E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.78%

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

R = 49.07%
G = 34.78%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDA84E (or 0xEDA84E) is known color: Casablanca. HEX triplet: ED, A8 and 4E. RGB value is (237,168,78). Sum of RGB (Red+Green+Blue) = 237+168+78=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA84E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA84E is #1257B1. Grayscale: #B2B2B2. Windows color (decimal): -1202098 or 5155053. OLE color: 5155053.

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

Color convert

RGB 237 168 78 -
CMYK 0 0.29 0.67 0.07
HSL 33.96º 0.82% 0.62% -
HSV(B) 33.96º 0.67% 0.93% -
XYZ 50.3 46.56 13.54 -
YUV 178.37 71.36 169.82 -
System Red Green Blue C M Y K H S L
Decimal 237 168 78 0 0.29 0.67 0.07 33.96 0.82 0.62
Hex ED A8 4E 0 1D 43 7 22 52 3E
Octal 355 250 116 0 35 103 7 42 122 76
Binary 11101101 10101000 1001110 0 11101 1000011 111 100010 1010010 111110

Color Harmonies of #EDA84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA84E

Black with #EDA84E

Text Example


Text Example

White with #EDA84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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