Html Css Color HEX #EDB25D Casablanca

📋 copy color: '#EDB25D'

red 237 ◦ green 178 ◦ blue 93

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

Shades of Casablanca #EDB25D

Tints of Casablanca #EDB25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.04%

 BLUE value IS 93 (36.72% from 255) = 18.31%

R = 46.65%
G = 35.04%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDB25D (or 0xEDB25D) is known color: Casablanca. HEX triplet: ED, B2 and 5D. RGB value is (237,178,93). Sum of RGB (Red+Green+Blue) = 237+178+93=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB25D is #124DA2. Grayscale: #BABABA. Windows color (decimal): -1199523 or 6140653. OLE color: 6140653.

HSL color Cylindrical-coordinate representation of color #EDB25D: hue angle of 35.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDB25D is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 93 -
CMYK 0 0.25 0.61 0.07
HSL 35.42º 0.8% 0.65% -
HSV(B) 35.42º 0.61% 0.93% -
XYZ 52.82 50.64 17.35 -
YUV 185.95 75.55 164.41 -
System Red Green Blue C M Y K H S L
Decimal 237 178 93 0 0.25 0.61 0.07 35.42 0.8 0.65
Hex ED B2 5D 0 19 3D 7 23 50 41
Octal 355 262 135 0 31 75 7 43 120 101
Binary 11101101 10110010 1011101 0 11001 111101 111 100011 1010000 1000001

Color Harmonies of #EDB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB25D

Black with #EDB25D

Text Example


Text Example

White with #EDB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB25D; }

 p { color: rgb(237,178,93); }

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

background-color css

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

 a { background-color: rgb(237,178,93); }

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

border-color css

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

 span { border-color: rgb(237,178,93); }

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