Html Css Color HEX #EA766A Geraldine

📋 copy color: '#EA766A'

red 234 ◦ green 118 ◦ blue 106

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

Shades of Geraldine #EA766A

Tints of Geraldine #EA766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.14%

R = 51.09%
G = 25.76%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA766A (or 0xEA766A) is known color: Geraldine. HEX triplet: EA, 76 and 6A. RGB value is (234,118,106). Sum of RGB (Red+Green+Blue) = 234+118+106=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA766A is #158995. Grayscale: #979797. Windows color (decimal): -1411478 or 6977258. OLE color: 6977258.

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

Color convert

RGB 234 118 106 -
CMYK 0 0.50 0.55 0.08
HSL 5.63º 0.75% 0.67% -
HSV(B) 5.63º 0.55% 0.92% -
XYZ 43.01 31.49 17.45 -
YUV 151.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 234 118 106 0 0.50 0.55 0.08 5.63 0.75 0.67
Hex EA 76 6A 0 32 37 8 6 4B 43
Octal 352 166 152 0 62 67 10 6 113 103
Binary 11101010 1110110 1101010 0 110010 110111 1000 110 1001011 1000011

Color Harmonies of #EA766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA766A

Black with #EA766A

Text Example


Text Example

White with #EA766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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