Html Css Color HEX #EFDD55 Portica

📋 copy color: '#EFDD55'

red 239 ◦ green 221 ◦ blue 85

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

Shades of Portica #EFDD55

Tints of Portica #EFDD55

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.55%

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

R = 43.85%
G = 40.55%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFDD55 (or 0xEFDD55) is known color: Portica. HEX triplet: EF, DD and 55. RGB value is (239,221,85). Sum of RGB (Red+Green+Blue) = 239+221+85=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD55 is #1022AA. Grayscale: #D3D3D3. Windows color (decimal): -1057451 or 5627375. OLE color: 5627375.

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

Color convert

RGB 239 221 85 -
CMYK 0 0.08 0.64 0.06
HSL 52.99º 0.83% 0.64% -
HSV(B) 52.99º 0.64% 0.94% -
XYZ 63.09 70.72 18.92 -
YUV 210.88 56.96 148.06 -
System Red Green Blue C M Y K H S L
Decimal 239 221 85 0 0.08 0.64 0.06 52.99 0.83 0.64
Hex EF DD 55 0 8 40 6 35 53 40
Octal 357 335 125 0 10 100 6 65 123 100
Binary 11101111 11011101 1010101 0 1000 1000000 110 110101 1010011 1000000

Color Harmonies of #EFDD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD55

Black with #EFDD55

Text Example


Text Example

White with #EFDD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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