Html Css Color HEX #EB726C Geraldine

📋 copy color: '#EB726C'

red 235 ◦ green 114 ◦ blue 108

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

Shades of Geraldine #EB726C

Tints of Geraldine #EB726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.95%

 BLUE value IS 108 (42.58% from 255) = 23.63%

R = 51.42%
G = 24.95%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB726C (or 0xEB726C) is known color: Geraldine. HEX triplet: EB, 72 and 6C. RGB value is (235,114,108). Sum of RGB (Red+Green+Blue) = 235+114+108=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB726C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB726C is #148D93. Grayscale: #959595. Windows color (decimal): -1346964 or 7107307. OLE color: 7107307.

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

Color convert

RGB 235 114 108 -
CMYK 0 0.51 0.54 0.08
HSL 2.83º 0.76% 0.67% -
HSV(B) 2.83º 0.54% 0.92% -
XYZ 42.99 30.78 17.86 -
YUV 149.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 235 114 108 0 0.51 0.54 0.08 2.83 0.76 0.67
Hex EB 72 6C 0 33 36 8 3 4C 43
Octal 353 162 154 0 63 66 10 3 114 103
Binary 11101011 1110010 1101100 0 110011 110110 1000 11 1001100 1000011

Color Harmonies of #EB726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB726C

Black with #EB726C

Text Example


Text Example

White with #EB726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB726C; }

 p { color: rgb(235,114,108); }

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

background-color css

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

 a { background-color: rgb(235,114,108); }

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

border-color css

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

 span { border-color: rgb(235,114,108); }

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