Html Css Color HEX #EFDC57 Portica

📋 copy color: '#EFDC57'

red 239 ◦ green 220 ◦ blue 87

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

Shades of Portica #EFDC57

Tints of Portica #EFDC57

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.29%

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

R = 43.77%
G = 40.29%
B = 15.93%

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

#EFDC57 (or 0xEFDC57) is known color: Portica. HEX triplet: EF, DC and 57. RGB value is (239,220,87). Sum of RGB (Red+Green+Blue) = 239+220+87=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 87 (34.38% from 255 or 15.93% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC57 is #1023A8. Grayscale: #D3D3D3. Windows color (decimal): -1057705 or 5758191. OLE color: 5758191.

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

Color convert

RGB 239 220 87 -
CMYK 0 0.08 0.64 0.06
HSL 52.5º 0.83% 0.64% -
HSV(B) 52.5º 0.64% 0.94% -
XYZ 62.91 70.23 19.26 -
YUV 210.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 239 220 87 0 0.08 0.64 0.06 52.5 0.83 0.64
Hex EF DC 57 0 8 40 6 34 53 40
Octal 357 334 127 0 10 100 6 64 123 100
Binary 11101111 11011100 1010111 0 1000 1000000 110 110100 1010011 1000000

Color Harmonies of #EFDC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC57

Black with #EFDC57

Text Example


Text Example

White with #EFDC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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