Html Css Color HEX #EFD65D Portica

📋 copy color: '#EFD65D'

red 239 ◦ green 214 ◦ blue 93

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

Shades of Portica #EFD65D

Tints of Portica #EFD65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.03%

R = 43.77%
G = 39.19%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFD65D (or 0xEFD65D) is known color: Portica. HEX triplet: EF, D6 and 5D. RGB value is (239,214,93). Sum of RGB (Red+Green+Blue) = 239+214+93=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD65D is #1029A2. Grayscale: #D0D0D0. Windows color (decimal): -1059235 or 6149871. OLE color: 6149871.

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

Color convert

RGB 239 214 93 -
CMYK 0 0.10 0.61 0.06
HSL 49.73º 0.82% 0.65% -
HSV(B) 49.73º 0.61% 0.94% -
XYZ 61.62 67.23 20.09 -
YUV 207.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 239 214 93 0 0.10 0.61 0.06 49.73 0.82 0.65
Hex EF D6 5D 0 A 3D 6 32 52 41
Octal 357 326 135 0 12 75 6 62 122 101
Binary 11101111 11010110 1011101 0 1010 111101 110 110010 1010010 1000001

Color Harmonies of #EFD65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD65D

Black with #EFD65D

Text Example


Text Example

White with #EFD65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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