Html Css Color HEX #EB694D Flamingo

📋 copy color: '#EB694D'

red 235 ◦ green 105 ◦ blue 77

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

Shades of Flamingo #EB694D

Tints of Flamingo #EB694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.18%

 BLUE value IS 77 (30.47% from 255) = 18.47%

R = 56.35%
G = 25.18%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB694D (or 0xEB694D) is known color: Flamingo. HEX triplet: EB, 69 and 4D. RGB value is (235,105,77). Sum of RGB (Red+Green+Blue) = 235+105+77=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB694D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB694D is #1496B2. Grayscale: #8C8C8C. Windows color (decimal): -1349299 or 5073387. OLE color: 5073387.

HSL color Cylindrical-coordinate representation of color #EB694D: hue angle of 10.63º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB694D is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 105 77 -
CMYK 0 0.55 0.67 0.08
HSL 10.63º 0.8% 0.61% -
HSV(B) 10.63º 0.67% 0.92% -
XYZ 40.65 28.3 10.34 -
YUV 140.68 92.07 195.28 -
System Red Green Blue C M Y K H S L
Decimal 235 105 77 0 0.55 0.67 0.08 10.63 0.8 0.61
Hex EB 69 4D 0 37 43 8 B 50 3D
Octal 353 151 115 0 67 103 10 13 120 75
Binary 11101011 1101001 1001101 0 110111 1000011 1000 1011 1010000 111101

Color Harmonies of #EB694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB694D

Black with #EB694D

Text Example


Text Example

White with #EB694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB694D; }

 p { color: rgb(235,105,77); }

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

background-color css

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

 a { background-color: rgb(235,105,77); }

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

border-color css

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

 span { border-color: rgb(235,105,77); }

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