Html Css Color HEX #EDB25B Casablanca

📋 copy color: '#EDB25B'

red 237 ◦ green 178 ◦ blue 91

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

Shades of Casablanca #EDB25B

Tints of Casablanca #EDB25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.98%

R = 46.84%
G = 35.18%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDB25B (or 0xEDB25B) is known color: Casablanca. HEX triplet: ED, B2 and 5B. RGB value is (237,178,91). Sum of RGB (Red+Green+Blue) = 237+178+91=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB25B is #124DA4. Grayscale: #BABABA. Windows color (decimal): -1199525 or 6009581. OLE color: 6009581.

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

Color convert

RGB 237 178 91 -
CMYK 0 0.25 0.62 0.07
HSL 35.75º 0.8% 0.64% -
HSV(B) 35.75º 0.62% 0.93% -
XYZ 52.73 50.6 16.89 -
YUV 185.72 74.55 164.57 -
System Red Green Blue C M Y K H S L
Decimal 237 178 91 0 0.25 0.62 0.07 35.75 0.8 0.64
Hex ED B2 5B 0 19 3E 7 24 50 40
Octal 355 262 133 0 31 76 7 44 120 100
Binary 11101101 10110010 1011011 0 11001 111110 111 100100 1010000 1000000

Color Harmonies of #EDB25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB25B

Black with #EDB25B

Text Example


Text Example

White with #EDB25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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