Html Css Color HEX #EFCD55 Portica

📋 copy color: '#EFCD55'

red 239 ◦ green 205 ◦ blue 85

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

Shades of Portica #EFCD55

Tints of Portica #EFCD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.75%

 BLUE value IS 85 (33.59% from 255) = 16.07%

R = 45.18%
G = 38.75%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFCD55 (or 0xEFCD55) is known color: Portica. HEX triplet: EF, CD and 55. RGB value is (239,205,85). Sum of RGB (Red+Green+Blue) = 239+205+85=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD55 is #1032AA. Grayscale: #C9C9C9. Windows color (decimal): -1061547 or 5623279. OLE color: 5623279.

HSL color Cylindrical-coordinate representation of color #EFCD55: hue angle of 46.75º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFCD55 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 85 -
CMYK 0 0.14 0.64 0.06
HSL 46.75º 0.83% 0.64% -
HSV(B) 46.75º 0.64% 0.94% -
XYZ 59.07 62.67 17.58 -
YUV 201.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 239 205 85 0 0.14 0.64 0.06 46.75 0.83 0.64
Hex EF CD 55 0 E 40 6 2F 53 40
Octal 357 315 125 0 16 100 6 57 123 100
Binary 11101111 11001101 1010101 0 1110 1000000 110 101111 1010011 1000000

Color Harmonies of #EFCD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD55

Black with #EFCD55

Text Example


Text Example

White with #EFCD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD55; }

 p { color: rgb(239,205,85); }

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

background-color css

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

 a { background-color: rgb(239,205,85); }

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

border-color css

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

 span { border-color: rgb(239,205,85); }

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