Html Css Color HEX #EDB29A Wax Flower

📋 copy color: '#EDB29A'

red 237 ◦ green 178 ◦ blue 154

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

Shades of Wax Flower #EDB29A

Tints of Wax Flower #EDB29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.07%

R = 41.65%
G = 31.28%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDB29A (or 0xEDB29A) is known color: Wax Flower. HEX triplet: ED, B2 and 9A. RGB value is (237,178,154). Sum of RGB (Red+Green+Blue) = 237+178+154=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB29A is #124D65. Grayscale: #C1C1C1. Windows color (decimal): -1199462 or 10138349. OLE color: 10138349.

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

Color convert

RGB 237 178 154 -
CMYK 0 0.25 0.35 0.07
HSL 17.35º 0.7% 0.77% -
HSV(B) 17.35º 0.35% 0.93% -
XYZ 56.68 52.18 37.66 -
YUV 192.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 237 178 154 0 0.25 0.35 0.07 17.35 0.7 0.77
Hex ED B2 9A 0 19 23 7 11 46 4D
Octal 355 262 232 0 31 43 7 21 106 115
Binary 11101101 10110010 10011010 0 11001 100011 111 10001 1000110 1001101

Color Harmonies of #EDB29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB29A

Black with #EDB29A

Text Example


Text Example

White with #EDB29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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