Html Css Color HEX #EB736A Geraldine

📋 copy color: '#EB736A'

red 235 ◦ green 115 ◦ blue 106

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

Shades of Geraldine #EB736A

Tints of Geraldine #EB736A

RGB

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

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

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

R = 51.54%
G = 25.22%
B = 23.25%

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

#EB736A (or 0xEB736A) is known color: Geraldine. HEX triplet: EB, 73 and 6A. RGB value is (235,115,106). Sum of RGB (Red+Green+Blue) = 235+115+106=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB736A is #148C95. Grayscale: #969696. Windows color (decimal): -1346710 or 6976491. OLE color: 6976491.

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

Color convert

RGB 235 115 106 -
CMYK 0 0.51 0.55 0.08
HSL 4.19º 0.76% 0.67% -
HSV(B) 4.19º 0.55% 0.92% -
XYZ 42.99 30.96 17.35 -
YUV 149.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 235 115 106 0 0.51 0.55 0.08 4.19 0.76 0.67
Hex EB 73 6A 0 33 37 8 4 4C 43
Octal 353 163 152 0 63 67 10 4 114 103
Binary 11101011 1110011 1101010 0 110011 110111 1000 100 1001100 1000011

Color Harmonies of #EB736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB736A

Black with #EB736A

Text Example


Text Example

White with #EB736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB736A; }

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

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

background-color css

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

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

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

border-color css

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

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

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