Html Css Color HEX #EA736A Geraldine

📋 copy color: '#EA736A'

red 234 ◦ green 115 ◦ blue 106

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

Shades of Geraldine #EA736A

Tints of Geraldine #EA736A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.27%

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

R = 51.43%
G = 25.27%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA736A (or 0xEA736A) is known color: Geraldine. HEX triplet: EA, 73 and 6A. RGB value is (234,115,106). Sum of RGB (Red+Green+Blue) = 234+115+106=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA736A is #158C95. Grayscale: #959595. Windows color (decimal): -1412246 or 6976490. OLE color: 6976490.

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

Color convert

RGB 234 115 106 -
CMYK 0 0.51 0.55 0.08
HSL 4.22º 0.75% 0.67% -
HSV(B) 4.22º 0.55% 0.92% -
XYZ 42.66 30.79 17.33 -
YUV 149.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 234 115 106 0 0.51 0.55 0.08 4.22 0.75 0.67
Hex EA 73 6A 0 33 37 8 4 4B 43
Octal 352 163 152 0 63 67 10 4 113 103
Binary 11101010 1110011 1101010 0 110011 110111 1000 100 1001011 1000011

Color Harmonies of #EA736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA736A

Black with #EA736A

Text Example


Text Example

White with #EA736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA736A; }

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

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

background-color css

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

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

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

border-color css

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

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

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