Html Css Color HEX #ED8D4B Flamenco

📋 copy color: '#ED8D4B'

red 237 ◦ green 141 ◦ blue 75

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

Shades of Flamenco #ED8D4B

Tints of Flamenco #ED8D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.13%

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

R = 52.32%
G = 31.13%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED8D4B (or 0xED8D4B) is known color: Flamenco. HEX triplet: ED, 8D and 4B. RGB value is (237,141,75). Sum of RGB (Red+Green+Blue) = 237+141+75=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8D4B is #1272B4. Grayscale: #A2A2A2. Windows color (decimal): -1209013 or 4951533. OLE color: 4951533.

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

Color convert

RGB 237 141 75 -
CMYK 0 0.41 0.68 0.07
HSL 24.44º 0.82% 0.61% -
HSV(B) 24.44º 0.68% 0.93% -
XYZ 45.72 37.56 11.5 -
YUV 162.18 78.8 181.37 -
System Red Green Blue C M Y K H S L
Decimal 237 141 75 0 0.41 0.68 0.07 24.44 0.82 0.61
Hex ED 8D 4B 0 29 44 7 18 52 3D
Octal 355 215 113 0 51 104 7 30 122 75
Binary 11101101 10001101 1001011 0 101001 1000100 111 11000 1010010 111101

Color Harmonies of #ED8D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8D4B

Black with #ED8D4B

Text Example


Text Example

White with #ED8D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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