Html Css Color HEX #EFD44F Portica

📋 copy color: '#EFD44F'

red 239 ◦ green 212 ◦ blue 79

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

Shades of Portica #EFD44F

Tints of Portica #EFD44F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40%

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

R = 45.09%
G = 40%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFD44F (or 0xEFD44F) is known color: Portica. HEX triplet: EF, D4 and 4F. RGB value is (239,212,79). Sum of RGB (Red+Green+Blue) = 239+212+79=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 79 (31.25% from 255 or 14.91% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD44F is #102BB0. Grayscale: #CDCDCD. Windows color (decimal): -1059761 or 5231855. OLE color: 5231855.

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

Color convert

RGB 239 212 79 -
CMYK 0 0.11 0.67 0.06
HSL 49.88º 0.83% 0.62% -
HSV(B) 49.88º 0.67% 0.94% -
XYZ 60.55 66 16.95 -
YUV 204.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 239 212 79 0 0.11 0.67 0.06 49.88 0.83 0.62
Hex EF D4 4F 0 B 43 6 32 53 3E
Octal 357 324 117 0 13 103 6 62 123 76
Binary 11101111 11010100 1001111 0 1011 1000011 110 110010 1010011 111110

Color Harmonies of #EFD44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD44F

Black with #EFD44F

Text Example


Text Example

White with #EFD44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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