Html Css Color HEX #EFDF55 Portica

📋 copy color: '#EFDF55'

red 239 ◦ green 223 ◦ blue 85

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

Shades of Portica #EFDF55

Tints of Portica #EFDF55

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.77%

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

R = 43.69%
G = 40.77%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFDF55 (or 0xEFDF55) is known color: Portica. HEX triplet: EF, DF and 55. RGB value is (239,223,85). Sum of RGB (Red+Green+Blue) = 239+223+85=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 85 (33.59% from 255 or 15.54% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF55 is #1020AA. Grayscale: #D4D4D4. Windows color (decimal): -1056939 or 5627887. OLE color: 5627887.

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

Color convert

RGB 239 223 85 -
CMYK 0 0.07 0.64 0.06
HSL 53.77º 0.83% 0.64% -
HSV(B) 53.77º 0.64% 0.94% -
XYZ 63.62 71.78 19.1 -
YUV 212.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 239 223 85 0 0.07 0.64 0.06 53.77 0.83 0.64
Hex EF DF 55 0 7 40 6 36 53 40
Octal 357 337 125 0 7 100 6 66 123 100
Binary 11101111 11011111 1010101 0 111 1000000 110 110110 1010011 1000000

Color Harmonies of #EFDF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF55

Black with #EFDF55

Text Example


Text Example

White with #EFDF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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