Html Css Color HEX #EFD34F Portica

📋 copy color: '#EFD34F'

red 239 ◦ green 211 ◦ blue 79

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

Shades of Portica #EFD34F

Tints of Portica #EFD34F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.89%

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

R = 45.18%
G = 39.89%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFD34F (or 0xEFD34F) is known color: Portica. HEX triplet: EF, D3 and 4F. RGB value is (239,211,79). Sum of RGB (Red+Green+Blue) = 239+211+79=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD34F is #102CB0. Grayscale: #CCCCCC. Windows color (decimal): -1060017 or 5231599. OLE color: 5231599.

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

Color convert

RGB 239 211 79 -
CMYK 0 0.12 0.67 0.06
HSL 49.5º 0.83% 0.62% -
HSV(B) 49.5º 0.67% 0.94% -
XYZ 60.3 65.5 16.86 -
YUV 204.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 239 211 79 0 0.12 0.67 0.06 49.5 0.83 0.62
Hex EF D3 4F 0 C 43 6 32 53 3E
Octal 357 323 117 0 14 103 6 62 123 76
Binary 11101111 11010011 1001111 0 1100 1000011 110 110010 1010011 111110

Color Harmonies of #EFD34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD34F

Black with #EFD34F

Text Example


Text Example

White with #EFD34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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