Html Css Color HEX #EFB0B0 Sundown

📋 copy color: '#EFB0B0'

red 239 ◦ green 176 ◦ blue 176

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

Shades of Sundown #EFB0B0

Tints of Sundown #EFB0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.78%

R = 40.44%
G = 29.78%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFB0B0 (or 0xEFB0B0) is known color: Sundown. HEX triplet: EF, B0 and B0. RGB value is (239,176,176). Sum of RGB (Red+Green+Blue) = 239+176+176=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0B0 is #104F4F. Grayscale: #C2C2C2. Windows color (decimal): -1068880 or 11579631. OLE color: 11579631.

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

Color convert

RGB 239 176 176 -
CMYK 0 0.26 0.26 0.06
HSL 0.66% 0.81% -
HSV(B) 0.26% 0.94% -
XYZ 58.96 52.54 48.11 -
YUV 194.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 239 176 176 0 0.26 0.26 0.06 0 0.66 0.81
Hex EF B0 B0 0 1A 1A 6 0 42 51
Octal 357 260 260 0 32 32 6 0 102 121
Binary 11101111 10110000 10110000 0 11010 11010 110 0 1000010 1010001

Color Harmonies of #EFB0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB0B0

Black with #EFB0B0

Text Example


Text Example

White with #EFB0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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