Html Css Color HEX #EDB04A Casablanca

📋 copy color: '#EDB04A'

red 237 ◦ green 176 ◦ blue 74

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

Shades of Casablanca #EDB04A

Tints of Casablanca #EDB04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.14%

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

R = 48.67%
G = 36.14%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDB04A (or 0xEDB04A) is known color: Casablanca. HEX triplet: ED, B0 and 4A. RGB value is (237,176,74). Sum of RGB (Red+Green+Blue) = 237+176+74=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB04A is #124FB5. Grayscale: #B7B7B7. Windows color (decimal): -1200054 or 4894957. OLE color: 4894957.

HSL color Cylindrical-coordinate representation of color #EDB04A: hue angle of 37.55º 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 #EDB04A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 74 -
CMYK 0 0.26 0.69 0.07
HSL 37.55º 0.82% 0.61% -
HSV(B) 37.55º 0.69% 0.93% -
XYZ 51.69 49.55 13.32 -
YUV 182.61 66.71 166.79 -
System Red Green Blue C M Y K H S L
Decimal 237 176 74 0 0.26 0.69 0.07 37.55 0.82 0.61
Hex ED B0 4A 0 1A 45 7 26 52 3D
Octal 355 260 112 0 32 105 7 46 122 75
Binary 11101101 10110000 1001010 0 11010 1000101 111 100110 1010010 111101

Color Harmonies of #EDB04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB04A

Black with #EDB04A

Text Example


Text Example

White with #EDB04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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