Html Css Color HEX #EFDB55 Portica

📋 copy color: '#EFDB55'

red 239 ◦ green 219 ◦ blue 85

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

Shades of Portica #EFDB55

Tints of Portica #EFDB55

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.33%

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

R = 44.01%
G = 40.33%
B = 15.65%

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

#EFDB55 (or 0xEFDB55) is known color: Portica. HEX triplet: EF, DB and 55. RGB value is (239,219,85). Sum of RGB (Red+Green+Blue) = 239+219+85=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB55 is #1024AA. Grayscale: #D2D2D2. Windows color (decimal): -1057963 or 5626863. OLE color: 5626863.

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

Color convert

RGB 239 219 85 -
CMYK 0 0.08 0.64 0.06
HSL 52.21º 0.83% 0.64% -
HSV(B) 52.21º 0.64% 0.94% -
XYZ 62.57 69.67 18.74 -
YUV 209.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 239 219 85 0 0.08 0.64 0.06 52.21 0.83 0.64
Hex EF DB 55 0 8 40 6 34 53 40
Octal 357 333 125 0 10 100 6 64 123 100
Binary 11101111 11011011 1010101 0 1000 1000000 110 110100 1010011 1000000

Color Harmonies of #EFDB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB55

Black with #EFDB55

Text Example


Text Example

White with #EFDB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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