Html Css Color HEX #EFDB57 Portica

📋 copy color: '#EFDB57'

red 239 ◦ green 219 ◦ blue 87

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

Shades of Portica #EFDB57

Tints of Portica #EFDB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.96%

R = 43.85%
G = 40.18%
B = 15.96%

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

#EFDB57 (or 0xEFDB57) is known color: Portica. HEX triplet: EF, DB and 57. RGB value is (239,219,87). Sum of RGB (Red+Green+Blue) = 239+219+87=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 87 (34.38% from 255 or 15.96% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB57 is #1024A8. Grayscale: #D2D2D2. Windows color (decimal): -1057961 or 5757935. OLE color: 5757935.

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

Color convert

RGB 239 219 87 -
CMYK 0 0.08 0.64 0.06
HSL 52.11º 0.83% 0.64% -
HSV(B) 52.11º 0.64% 0.94% -
XYZ 62.65 69.7 19.17 -
YUV 209.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 239 219 87 0 0.08 0.64 0.06 52.11 0.83 0.64
Hex EF DB 57 0 8 40 6 34 53 40
Octal 357 333 127 0 10 100 6 64 123 100
Binary 11101111 11011011 1010111 0 1000 1000000 110 110100 1010011 1000000

Color Harmonies of #EFDB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB57

Black with #EFDB57

Text Example


Text Example

White with #EFDB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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