Html Css Color HEX #EFC95D Kournikova

📋 copy color: '#EFC95D'

red 239 ◦ green 201 ◦ blue 93

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

Shades of Kournikova #EFC95D

Tints of Kournikova #EFC95D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.71%

 BLUE value IS 93 (36.72% from 255) = 17.45%

R = 44.84%
G = 37.71%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFC95D (or 0xEFC95D) is known color: Kournikova. HEX triplet: EF, C9 and 5D. RGB value is (239,201,93). Sum of RGB (Red+Green+Blue) = 239+201+93=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC95D is #1036A2. Grayscale: #C8C8C8. Windows color (decimal): -1062563 or 6146543. OLE color: 6146543.

HSL color Cylindrical-coordinate representation of color #EFC95D: hue angle of 44.38º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFC95D is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 93 -
CMYK 0 0.16 0.61 0.06
HSL 44.38º 0.82% 0.65% -
HSV(B) 44.38º 0.61% 0.94% -
XYZ 58.46 60.91 19.03 -
YUV 200.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 239 201 93 0 0.16 0.61 0.06 44.38 0.82 0.65
Hex EF C9 5D 0 10 3D 6 2C 52 41
Octal 357 311 135 0 20 75 6 54 122 101
Binary 11101111 11001001 1011101 0 10000 111101 110 101100 1010010 1000001

Color Harmonies of #EFC95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC95D

Black with #EFC95D

Text Example


Text Example

White with #EFC95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC95D; }

 p { color: rgb(239,201,93); }

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

background-color css

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

 a { background-color: rgb(239,201,93); }

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

border-color css

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

 span { border-color: rgb(239,201,93); }

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