Html Css Color HEX #EDB25E Casablanca

📋 copy color: '#EDB25E'

red 237 ◦ green 178 ◦ blue 94

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

Shades of Casablanca #EDB25E

Tints of Casablanca #EDB25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.47%

R = 46.56%
G = 34.97%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDB25E (or 0xEDB25E) is known color: Casablanca. HEX triplet: ED, B2 and 5E. RGB value is (237,178,94). Sum of RGB (Red+Green+Blue) = 237+178+94=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB25E is #124DA1. Grayscale: #BABABA. Windows color (decimal): -1199522 or 6206189. OLE color: 6206189.

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

Color convert

RGB 237 178 94 -
CMYK 0 0.25 0.60 0.07
HSL 35.24º 0.8% 0.65% -
HSV(B) 35.24º 0.6% 0.93% -
XYZ 52.87 50.65 17.58 -
YUV 186.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 237 178 94 0 0.25 0.60 0.07 35.24 0.8 0.65
Hex ED B2 5E 0 19 3C 7 23 50 41
Octal 355 262 136 0 31 74 7 43 120 101
Binary 11101101 10110010 1011110 0 11001 111100 111 100011 1010000 1000001

Color Harmonies of #EDB25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB25E

Black with #EDB25E

Text Example


Text Example

White with #EDB25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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