Html Css Color HEX #EA766B Geraldine

📋 copy color: '#EA766B'

red 234 ◦ green 118 ◦ blue 107

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

Shades of Geraldine #EA766B

Tints of Geraldine #EA766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.71%

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

R = 50.98%
G = 25.71%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA766B (or 0xEA766B) is known color: Geraldine. HEX triplet: EA, 76 and 6B. RGB value is (234,118,107). Sum of RGB (Red+Green+Blue) = 234+118+107=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA766B is #158994. Grayscale: #979797. Windows color (decimal): -1411477 or 7042794. OLE color: 7042794.

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

Color convert

RGB 234 118 107 -
CMYK 0 0.50 0.54 0.08
HSL 5.2º 0.75% 0.67% -
HSV(B) 5.2º 0.54% 0.92% -
XYZ 43.06 31.51 17.72 -
YUV 151.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 234 118 107 0 0.50 0.54 0.08 5.2 0.75 0.67
Hex EA 76 6B 0 32 36 8 5 4B 43
Octal 352 166 153 0 62 66 10 5 113 103
Binary 11101010 1110110 1101011 0 110010 110110 1000 101 1001011 1000011

Color Harmonies of #EA766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA766B

Black with #EA766B

Text Example


Text Example

White with #EA766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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