Html Css Color HEX #EDA84F Casablanca

📋 copy color: '#EDA84F'

red 237 ◦ green 168 ◦ blue 79

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

Shades of Casablanca #EDA84F

Tints of Casablanca #EDA84F

RGB

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

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

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

R = 48.97%
G = 34.71%
B = 16.32%

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

#EDA84F (or 0xEDA84F) is known color: Casablanca. HEX triplet: ED, A8 and 4F. RGB value is (237,168,79). Sum of RGB (Red+Green+Blue) = 237+168+79=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA84F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA84F is #1257B0. Grayscale: #B2B2B2. Windows color (decimal): -1202097 or 5220589. OLE color: 5220589.

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

Color convert

RGB 237 168 79 -
CMYK 0 0.29 0.67 0.07
HSL 33.8º 0.81% 0.62% -
HSV(B) 33.8º 0.67% 0.93% -
XYZ 50.34 46.57 13.73 -
YUV 178.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 237 168 79 0 0.29 0.67 0.07 33.8 0.81 0.62
Hex ED A8 4F 0 1D 43 7 22 51 3E
Octal 355 250 117 0 35 103 7 42 121 76
Binary 11101101 10101000 1001111 0 11101 1000011 111 100010 1010001 111110

Color Harmonies of #EDA84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA84F

Black with #EDA84F

Text Example


Text Example

White with #EDA84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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