Html Css Color HEX #EB726B Geraldine

📋 copy color: '#EB726B'

red 235 ◦ green 114 ◦ blue 107

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

Shades of Geraldine #EB726B

Tints of Geraldine #EB726B

RGB

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

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

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

R = 51.54%
G = 25%
B = 23.46%

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

#EB726B (or 0xEB726B) is known color: Geraldine. HEX triplet: EB, 72 and 6B. RGB value is (235,114,107). Sum of RGB (Red+Green+Blue) = 235+114+107=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB726B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB726B is #148D94. Grayscale: #959595. Windows color (decimal): -1346965 or 7041771. OLE color: 7041771.

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

Color convert

RGB 235 114 107 -
CMYK 0 0.51 0.54 0.08
HSL 3.28º 0.76% 0.67% -
HSV(B) 3.28º 0.54% 0.92% -
XYZ 42.93 30.76 17.58 -
YUV 149.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 235 114 107 0 0.51 0.54 0.08 3.28 0.76 0.67
Hex EB 72 6B 0 33 36 8 3 4C 43
Octal 353 162 153 0 63 66 10 3 114 103
Binary 11101011 1110010 1101011 0 110011 110110 1000 11 1001100 1000011

Color Harmonies of #EB726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB726B

Black with #EB726B

Text Example


Text Example

White with #EB726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB726B; }

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

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

background-color css

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

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

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

border-color css

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

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

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