Html Css Color HEX #EA706B Geraldine

📋 copy color: '#EA706B'

red 234 ◦ green 112 ◦ blue 107

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

Shades of Geraldine #EA706B

Tints of Geraldine #EA706B

RGB

 RED value IS 234 (91.8% from 255) = 51.66%

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

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

R = 51.66%
G = 24.72%
B = 23.62%

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

#EA706B (or 0xEA706B) is known color: Geraldine. HEX triplet: EA, 70 and 6B. RGB value is (234,112,107). Sum of RGB (Red+Green+Blue) = 234+112+107=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA706B is #158F94. Grayscale: #949494. Windows color (decimal): -1413013 or 7041258. OLE color: 7041258.

HSL color Cylindrical-coordinate representation of color #EA706B: hue angle of 2.36º degrees, saturation: 0.75, 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 #EA706B is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 112 107 -
CMYK 0 0.52 0.54 0.08
HSL 2.36º 0.75% 0.67% -
HSV(B) 2.36º 0.54% 0.92% -
XYZ 42.38 30.14 17.49 -
YUV 147.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 234 112 107 0 0.52 0.54 0.08 2.36 0.75 0.67
Hex EA 70 6B 0 34 36 8 2 4B 43
Octal 352 160 153 0 64 66 10 2 113 103
Binary 11101010 1110000 1101011 0 110100 110110 1000 10 1001011 1000011

Color Harmonies of #EA706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA706B

Black with #EA706B

Text Example


Text Example

White with #EA706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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