Html Css Color HEX #EDA84B Casablanca

📋 copy color: '#EDA84B'

red 237 ◦ green 168 ◦ blue 75

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

Shades of Casablanca #EDA84B

Tints of Casablanca #EDA84B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35%

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

R = 49.38%
G = 35%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDA84B (or 0xEDA84B) is known color: Casablanca. HEX triplet: ED, A8 and 4B. RGB value is (237,168,75). Sum of RGB (Red+Green+Blue) = 237+168+75=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA84B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA84B is #1257B4. Grayscale: #B2B2B2. Windows color (decimal): -1202101 or 4958445. OLE color: 4958445.

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

Color convert

RGB 237 168 75 -
CMYK 0 0.29 0.68 0.07
HSL 34.44º 0.82% 0.61% -
HSV(B) 34.44º 0.68% 0.93% -
XYZ 50.2 46.52 12.99 -
YUV 178.03 69.86 170.06 -
System Red Green Blue C M Y K H S L
Decimal 237 168 75 0 0.29 0.68 0.07 34.44 0.82 0.61
Hex ED A8 4B 0 1D 44 7 22 52 3D
Octal 355 250 113 0 35 104 7 42 122 75
Binary 11101101 10101000 1001011 0 11101 1000100 111 100010 1010010 111101

Color Harmonies of #EDA84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA84B

Black with #EDA84B

Text Example


Text Example

White with #EDA84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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