Html Css Color HEX #EFDB51 Portica

📋 copy color: '#EFDB51'

red 239 ◦ green 219 ◦ blue 81

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

Shades of Portica #EFDB51

Tints of Portica #EFDB51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.03%

R = 44.34%
G = 40.63%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFDB51 (or 0xEFDB51) is known color: Portica. HEX triplet: EF, DB and 51. RGB value is (239,219,81). Sum of RGB (Red+Green+Blue) = 239+219+81=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 81 (32.03% from 255 or 15.03% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB51 is #1024AE. Grayscale: #D1D1D1. Windows color (decimal): -1057967 or 5364719. OLE color: 5364719.

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

Color convert

RGB 239 219 81 -
CMYK 0 0.08 0.66 0.06
HSL 52.41º 0.83% 0.63% -
HSV(B) 52.41º 0.66% 0.94% -
XYZ 62.41 69.61 17.93 -
YUV 209.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 239 219 81 0 0.08 0.66 0.06 52.41 0.83 0.63
Hex EF DB 51 0 8 42 6 34 53 3F
Octal 357 333 121 0 10 102 6 64 123 77
Binary 11101111 11011011 1010001 0 1000 1000010 110 110100 1010011 111111

Color Harmonies of #EFDB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB51

Black with #EFDB51

Text Example


Text Example

White with #EFDB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB51; }

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

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

background-color css

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

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

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

border-color css

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

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

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