Html Css Color HEX #EFB09A Wax Flower

📋 copy color: '#EFB09A'

red 239 ◦ green 176 ◦ blue 154

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

Shades of Wax Flower #EFB09A

Tints of Wax Flower #EFB09A

RGB

 RED value IS 239 (93.75% from 255) = 42%

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

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

R = 42%
G = 30.93%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFB09A (or 0xEFB09A) is known color: Wax Flower. HEX triplet: EF, B0 and 9A. RGB value is (239,176,154). Sum of RGB (Red+Green+Blue) = 239+176+154=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB09A is #104F65. Grayscale: #C0C0C0. Windows color (decimal): -1068902 or 10137839. OLE color: 10137839.

HSL color Cylindrical-coordinate representation of color #EFB09A: hue angle of 15.53º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFB09A is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 154 -
CMYK 0 0.26 0.36 0.06
HSL 15.53º 0.73% 0.77% -
HSV(B) 15.53º 0.36% 0.94% -
XYZ 56.95 51.73 37.56 -
YUV 192.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 239 176 154 0 0.26 0.36 0.06 15.53 0.73 0.77
Hex EF B0 9A 0 1A 24 6 10 49 4D
Octal 357 260 232 0 32 44 6 20 111 115
Binary 11101111 10110000 10011010 0 11010 100100 110 10000 1001001 1001101

Color Harmonies of #EFB09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB09A

Black with #EFB09A

Text Example


Text Example

White with #EFB09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB09A; }

 p { color: rgb(239,176,154); }

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

background-color css

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

 a { background-color: rgb(239,176,154); }

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

border-color css

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

 span { border-color: rgb(239,176,154); }

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