Html Css Color HEX #EDA751 Casablanca

📋 copy color: '#EDA751'

red 237 ◦ green 167 ◦ blue 81

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

Shades of Casablanca #EDA751

Tints of Casablanca #EDA751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.7%

R = 48.87%
G = 34.43%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDA751 (or 0xEDA751) is known color: Casablanca. HEX triplet: ED, A7 and 51. RGB value is (237,167,81). Sum of RGB (Red+Green+Blue) = 237+167+81=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA751 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA751 is #1258AE. Grayscale: #B2B2B2. Windows color (decimal): -1202351 or 5351405. OLE color: 5351405.

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

Color convert

RGB 237 167 81 -
CMYK 0 0.30 0.66 0.07
HSL 33.08º 0.81% 0.62% -
HSV(B) 33.08º 0.66% 0.93% -
XYZ 50.23 46.24 14.06 -
YUV 178.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 237 167 81 0 0.30 0.66 0.07 33.08 0.81 0.62
Hex ED A7 51 0 1E 42 7 21 51 3E
Octal 355 247 121 0 36 102 7 41 121 76
Binary 11101101 10100111 1010001 0 11110 1000010 111 100001 1010001 111110

Color Harmonies of #EDA751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA751

Black with #EDA751

Text Example


Text Example

White with #EDA751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA751; }

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

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

background-color css

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

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

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

border-color css

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

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

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