Html Css Color HEX #EFDB5F Portica

📋 copy color: '#EFDB5F'

red 239 ◦ green 219 ◦ blue 95

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

Shades of Portica #EFDB5F

Tints of Portica #EFDB5F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.6%

 BLUE value IS 95 (37.5% from 255) = 17.18%

R = 43.22%
G = 39.6%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EFDB5F (or 0xEFDB5F) is known color: Portica. HEX triplet: EF, DB and 5F. RGB value is (239,219,95). Sum of RGB (Red+Green+Blue) = 239+219+95=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 95 (37.5% from 255 or 17.18% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB5F is #1024A0. Grayscale: #D3D3D3. Windows color (decimal): -1057953 or 6282223. OLE color: 6282223.

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

Color convert

RGB 239 219 95 -
CMYK 0 0.08 0.60 0.06
HSL 51.67º 0.82% 0.65% -
HSV(B) 51.67º 0.6% 0.94% -
XYZ 62.99 69.84 20.99 -
YUV 210.84 62.63 148.08 -
System Red Green Blue C M Y K H S L
Decimal 239 219 95 0 0.08 0.60 0.06 51.67 0.82 0.65
Hex EF DB 5F 0 8 3C 6 34 52 41
Octal 357 333 137 0 10 74 6 64 122 101
Binary 11101111 11011011 1011111 0 1000 111100 110 110100 1010010 1000001

Color Harmonies of #EFDB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB5F

Black with #EFDB5F

Text Example


Text Example

White with #EFDB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB5F; }

 p { color: rgb(239,219,95); }

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

background-color css

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

 a { background-color: rgb(239,219,95); }

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

border-color css

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

 span { border-color: rgb(239,219,95); }

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