Html Css Color HEX #EFD455 Portica

📋 copy color: '#EFD455'

red 239 ◦ green 212 ◦ blue 85

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

Shades of Portica #EFD455

Tints of Portica #EFD455

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.55%

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

R = 44.59%
G = 39.55%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFD455 (or 0xEFD455) is known color: Portica. HEX triplet: EF, D4 and 55. RGB value is (239,212,85). Sum of RGB (Red+Green+Blue) = 239+212+85=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 85 (33.59% from 255 or 15.86% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD455 is #102BAA. Grayscale: #CECECE. Windows color (decimal): -1059755 or 5625071. OLE color: 5625071.

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

Color convert

RGB 239 212 85 -
CMYK 0 0.11 0.64 0.06
HSL 49.48º 0.83% 0.64% -
HSV(B) 49.48º 0.64% 0.94% -
XYZ 60.78 66.09 18.15 -
YUV 205.6 59.95 151.83 -
System Red Green Blue C M Y K H S L
Decimal 239 212 85 0 0.11 0.64 0.06 49.48 0.83 0.64
Hex EF D4 55 0 B 40 6 31 53 40
Octal 357 324 125 0 13 100 6 61 123 100
Binary 11101111 11010100 1010101 0 1011 1000000 110 110001 1010011 1000000

Color Harmonies of #EFD455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD455

Black with #EFD455

Text Example


Text Example

White with #EFD455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD455; }

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

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

background-color css

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

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

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

border-color css

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

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

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