Html Css Color HEX #EFCC5B Portica

📋 copy color: '#EFCC5B'

red 239 ◦ green 204 ◦ blue 91

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

Shades of Portica #EFCC5B

Tints of Portica #EFCC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.04%

R = 44.76%
G = 38.2%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFCC5B (or 0xEFCC5B) is known color: Portica. HEX triplet: EF, CC and 5B. RGB value is (239,204,91). Sum of RGB (Red+Green+Blue) = 239+204+91=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC5B is #1033A4. Grayscale: #CACACA. Windows color (decimal): -1061797 or 6016239. OLE color: 6016239.

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

Color convert

RGB 239 204 91 -
CMYK 0 0.15 0.62 0.06
HSL 45.81º 0.82% 0.65% -
HSV(B) 45.81º 0.62% 0.94% -
XYZ 59.08 62.29 18.81 -
YUV 201.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 239 204 91 0 0.15 0.62 0.06 45.81 0.82 0.65
Hex EF CC 5B 0 F 3E 6 2E 52 41
Octal 357 314 133 0 17 76 6 56 122 101
Binary 11101111 11001100 1011011 0 1111 111110 110 101110 1010010 1000001

Color Harmonies of #EFCC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC5B

Black with #EFCC5B

Text Example


Text Example

White with #EFCC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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