Html Css Color HEX #EDA74D Casablanca

📋 copy color: '#EDA74D'

red 237 ◦ green 167 ◦ blue 77

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

Shades of Casablanca #EDA74D

Tints of Casablanca #EDA74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.01%

R = 49.27%
G = 34.72%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDA74D (or 0xEDA74D) is known color: Casablanca. HEX triplet: ED, A7 and 4D. RGB value is (237,167,77). Sum of RGB (Red+Green+Blue) = 237+167+77=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA74D is #1258B2. Grayscale: #B2B2B2. Windows color (decimal): -1202355 or 5089261. OLE color: 5089261.

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

Color convert

RGB 237 167 77 -
CMYK 0 0.30 0.68 0.07
HSL 33.75º 0.82% 0.62% -
HSV(B) 33.75º 0.68% 0.93% -
XYZ 50.08 46.18 13.29 -
YUV 177.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 237 167 77 0 0.30 0.68 0.07 33.75 0.82 0.62
Hex ED A7 4D 0 1E 44 7 22 52 3E
Octal 355 247 115 0 36 104 7 42 122 76
Binary 11101101 10100111 1001101 0 11110 1000100 111 100010 1010010 111110

Color Harmonies of #EDA74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA74D

Black with #EDA74D

Text Example


Text Example

White with #EDA74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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