Html Css Color HEX #EF756A Geraldine

📋 copy color: '#EF756A'

red 239 ◦ green 117 ◦ blue 106

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

Shades of Geraldine #EF756A

Tints of Geraldine #EF756A

RGB

 RED value IS 239 (93.75% from 255) = 51.73%

 GREEN value IS 117 (46.09% from 255) = 25.32%

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

R = 51.73%
G = 25.32%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF756A (or 0xEF756A) is known color: Geraldine. HEX triplet: EF, 75 and 6A. RGB value is (239,117,106). Sum of RGB (Red+Green+Blue) = 239+117+106=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF756A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF756A is #108A95. Grayscale: #989898. Windows color (decimal): -1084054 or 6977007. OLE color: 6977007.

HSL color Cylindrical-coordinate representation of color #EF756A: hue angle of 4.96º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF756A is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 117 106 -
CMYK 0 0.51 0.56 0.06
HSL 4.96º 0.81% 0.68% -
HSV(B) 4.96º 0.56% 0.94% -
XYZ 44.56 32.11 17.49 -
YUV 152.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 239 117 106 0 0.51 0.56 0.06 4.96 0.81 0.68
Hex EF 75 6A 0 33 38 6 5 51 44
Octal 357 165 152 0 63 70 6 5 121 104
Binary 11101111 1110101 1101010 0 110011 111000 110 101 1010001 1000100

Color Harmonies of #EF756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF756A

Black with #EF756A

Text Example


Text Example

White with #EF756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF756A; }

 p { color: rgb(239,117,106); }

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

background-color css

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

 a { background-color: rgb(239,117,106); }

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

border-color css

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

 span { border-color: rgb(239,117,106); }

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