Html Css Color HEX #EDB14A Casablanca

📋 copy color: '#EDB14A'

red 237 ◦ green 177 ◦ blue 74

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

Shades of Casablanca #EDB14A

Tints of Casablanca #EDB14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.16%

R = 48.57%
G = 36.27%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDB14A (or 0xEDB14A) is known color: Casablanca. HEX triplet: ED, B1 and 4A. RGB value is (237,177,74). Sum of RGB (Red+Green+Blue) = 237+177+74=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB14A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB14A is #124EB5. Grayscale: #B7B7B7. Windows color (decimal): -1199798 or 4895213. OLE color: 4895213.

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

Color convert

RGB 237 177 74 -
CMYK 0 0.25 0.69 0.07
HSL 37.91º 0.82% 0.61% -
HSV(B) 37.91º 0.69% 0.93% -
XYZ 51.88 49.94 13.38 -
YUV 183.2 66.38 166.38 -
System Red Green Blue C M Y K H S L
Decimal 237 177 74 0 0.25 0.69 0.07 37.91 0.82 0.61
Hex ED B1 4A 0 19 45 7 26 52 3D
Octal 355 261 112 0 31 105 7 46 122 75
Binary 11101101 10110001 1001010 0 11001 1000101 111 100110 1010010 111101

Color Harmonies of #EDB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB14A

Black with #EDB14A

Text Example


Text Example

White with #EDB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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