Html Css Color HEX #EDB14B Casablanca

📋 copy color: '#EDB14B'

red 237 ◦ green 177 ◦ blue 75

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

Shades of Casablanca #EDB14B

Tints of Casablanca #EDB14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.2%

 BLUE value IS 75 (29.69% from 255) = 15.34%

R = 48.47%
G = 36.2%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDB14B (or 0xEDB14B) is known color: Casablanca. HEX triplet: ED, B1 and 4B. RGB value is (237,177,75). Sum of RGB (Red+Green+Blue) = 237+177+75=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB14B is #124EB4. Grayscale: #B7B7B7. Windows color (decimal): -1199797 or 4960749. OLE color: 4960749.

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

Color convert

RGB 237 177 75 -
CMYK 0 0.25 0.68 0.07
HSL 37.78º 0.82% 0.61% -
HSV(B) 37.78º 0.68% 0.93% -
XYZ 51.92 49.96 13.56 -
YUV 183.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 237 177 75 0 0.25 0.68 0.07 37.78 0.82 0.61
Hex ED B1 4B 0 19 44 7 26 52 3D
Octal 355 261 113 0 31 104 7 46 122 75
Binary 11101101 10110001 1001011 0 11001 1000100 111 100110 1010010 111101

Color Harmonies of #EDB14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB14B

Black with #EDB14B

Text Example


Text Example

White with #EDB14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB14B; }

 p { color: rgb(237,177,75); }

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

background-color css

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

 a { background-color: rgb(237,177,75); }

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

border-color css

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

 span { border-color: rgb(237,177,75); }

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