Html Css Color HEX #EFD64F Portica

📋 copy color: '#EFD64F'

red 239 ◦ green 214 ◦ blue 79

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

Shades of Portica #EFD64F

Tints of Portica #EFD64F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.23%

 BLUE value IS 79 (31.25% from 255) = 14.85%

R = 44.92%
G = 40.23%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFD64F (or 0xEFD64F) is known color: Portica. HEX triplet: EF, D6 and 4F. RGB value is (239,214,79). Sum of RGB (Red+Green+Blue) = 239+214+79=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 79 (31.25% from 255 or 14.85% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD64F is #1029B0. Grayscale: #CECECE. Windows color (decimal): -1059249 or 5232367. OLE color: 5232367.

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

Color convert

RGB 239 214 79 -
CMYK 0 0.10 0.67 0.06
HSL 50.63º 0.83% 0.62% -
HSV(B) 50.63º 0.67% 0.94% -
XYZ 61.05 67.01 17.11 -
YUV 206.09 56.28 151.48 -
System Red Green Blue C M Y K H S L
Decimal 239 214 79 0 0.10 0.67 0.06 50.63 0.83 0.62
Hex EF D6 4F 0 A 43 6 33 53 3E
Octal 357 326 117 0 12 103 6 63 123 76
Binary 11101111 11010110 1001111 0 1010 1000011 110 110011 1010011 111110

Color Harmonies of #EFD64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD64F

Black with #EFD64F

Text Example


Text Example

White with #EFD64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD64F; }

 p { color: rgb(239,214,79); }

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

background-color css

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

 a { background-color: rgb(239,214,79); }

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

border-color css

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

 span { border-color: rgb(239,214,79); }

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