Html Css Color HEX #EDB24A Casablanca

📋 copy color: '#EDB24A'

red 237 ◦ green 178 ◦ blue 74

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

Shades of Casablanca #EDB24A

Tints of Casablanca #EDB24A

RGB

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

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

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

R = 48.47%
G = 36.4%
B = 15.13%

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

#EDB24A (or 0xEDB24A) is known color: Casablanca. HEX triplet: ED, B2 and 4A. RGB value is (237,178,74). Sum of RGB (Red+Green+Blue) = 237+178+74=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB24A is #124DB5. Grayscale: #B8B8B8. Windows color (decimal): -1199542 or 4895469. OLE color: 4895469.

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

Color convert

RGB 237 178 74 -
CMYK 0 0.25 0.69 0.07
HSL 38.28º 0.82% 0.61% -
HSV(B) 38.28º 0.69% 0.93% -
XYZ 52.08 50.34 13.45 -
YUV 183.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 237 178 74 0 0.25 0.69 0.07 38.28 0.82 0.61
Hex ED B2 4A 0 19 45 7 26 52 3D
Octal 355 262 112 0 31 105 7 46 122 75
Binary 11101101 10110010 1001010 0 11001 1000101 111 100110 1010010 111101

Color Harmonies of #EDB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB24A

Black with #EDB24A

Text Example


Text Example

White with #EDB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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