Html Css Color HEX #EB706B Geraldine

📋 copy color: '#EB706B'

red 235 ◦ green 112 ◦ blue 107

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

Shades of Geraldine #EB706B

Tints of Geraldine #EB706B

RGB

 RED value IS 235 (92.19% from 255) = 51.76%

 GREEN value IS 112 (44.14% from 255) = 24.67%

 BLUE value IS 107 (42.19% from 255) = 23.57%

R = 51.76%
G = 24.67%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB706B (or 0xEB706B) is known color: Geraldine. HEX triplet: EB, 70 and 6B. RGB value is (235,112,107). Sum of RGB (Red+Green+Blue) = 235+112+107=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB706B is #148F94. Grayscale: #949494. Windows color (decimal): -1347477 or 7041259. OLE color: 7041259.

HSL color Cylindrical-coordinate representation of color #EB706B: hue angle of 2.34º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB706B is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 112 107 -
CMYK 0 0.52 0.54 0.08
HSL 2.34º 0.76% 0.67% -
HSV(B) 2.34º 0.54% 0.92% -
XYZ 42.71 30.31 17.51 -
YUV 148.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 235 112 107 0 0.52 0.54 0.08 2.34 0.76 0.67
Hex EB 70 6B 0 34 36 8 2 4C 43
Octal 353 160 153 0 64 66 10 2 114 103
Binary 11101011 1110000 1101011 0 110100 110110 1000 10 1001100 1000011

Color Harmonies of #EB706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB706B

Black with #EB706B

Text Example


Text Example

White with #EB706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB706B; }

 p { color: rgb(235,112,107); }

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

background-color css

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

 a { background-color: rgb(235,112,107); }

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

border-color css

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

 span { border-color: rgb(235,112,107); }

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