Html Css Color HEX #EB694B Flamingo

📋 copy color: '#EB694B'

red 235 ◦ green 105 ◦ blue 75

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

Shades of Flamingo #EB694B

Tints of Flamingo #EB694B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.07%

R = 56.63%
G = 25.3%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB694B (or 0xEB694B) is known color: Flamingo. HEX triplet: EB, 69 and 4B. RGB value is (235,105,75). Sum of RGB (Red+Green+Blue) = 235+105+75=415 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.63% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 235 - color contains mainly: red. Hex color #EB694B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB694B is #1496B4. Grayscale: #8C8C8C. Windows color (decimal): -1349301 or 4942315. OLE color: 4942315.

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

Color convert

RGB 235 105 75 -
CMYK 0 0.55 0.68 0.08
HSL 11.25º 0.8% 0.61% -
HSV(B) 11.25º 0.68% 0.92% -
XYZ 40.58 28.27 9.97 -
YUV 140.45 91.07 195.44 -
System Red Green Blue C M Y K H S L
Decimal 235 105 75 0 0.55 0.68 0.08 11.25 0.8 0.61
Hex EB 69 4B 0 37 44 8 B 50 3D
Octal 353 151 113 0 67 104 10 13 120 75
Binary 11101011 1101001 1001011 0 110111 1000100 1000 1011 1010000 111101

Color Harmonies of #EB694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB694B

Black with #EB694B

Text Example


Text Example

White with #EB694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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