Html Css Color HEX #EFCC5D Portica

📋 copy color: '#EFCC5D'

red 239 ◦ green 204 ◦ blue 93

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

Shades of Portica #EFCC5D

Tints of Portica #EFCC5D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

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

R = 44.59%
G = 38.06%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFCC5D (or 0xEFCC5D) is known color: Portica. HEX triplet: EF, CC and 5D. RGB value is (239,204,93). Sum of RGB (Red+Green+Blue) = 239+204+93=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC5D is #1033A2. Grayscale: #CACACA. Windows color (decimal): -1061795 or 6147311. OLE color: 6147311.

HSL color Cylindrical-coordinate representation of color #EFCC5D: hue angle of 45.62º 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 #EFCC5D is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 93 -
CMYK 0 0.15 0.61 0.06
HSL 45.62º 0.82% 0.65% -
HSV(B) 45.62º 0.61% 0.94% -
XYZ 59.17 62.33 19.27 -
YUV 201.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 239 204 93 0 0.15 0.61 0.06 45.62 0.82 0.65
Hex EF CC 5D 0 F 3D 6 2E 52 41
Octal 357 314 135 0 17 75 6 56 122 101
Binary 11101111 11001100 1011101 0 1111 111101 110 101110 1010010 1000001

Color Harmonies of #EFCC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC5D

Black with #EFCC5D

Text Example


Text Example

White with #EFCC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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