Html Css Color HEX #EFD05C Portica

📋 copy color: '#EFD05C'

red 239 ◦ green 208 ◦ blue 92

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

Shades of Portica #EFD05C

Tints of Portica #EFD05C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.59%

 BLUE value IS 92 (36.33% from 255) = 17.07%

R = 44.34%
G = 38.59%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFD05C (or 0xEFD05C) is known color: Portica. HEX triplet: EF, D0 and 5C. RGB value is (239,208,92). Sum of RGB (Red+Green+Blue) = 239+208+92=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD05C is #102FA3. Grayscale: #CCCCCC. Windows color (decimal): -1060772 or 6082799. OLE color: 6082799.

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

Color convert

RGB 239 208 92 -
CMYK 0 0.13 0.62 0.06
HSL 47.35º 0.82% 0.65% -
HSV(B) 47.35º 0.62% 0.94% -
XYZ 60.08 64.24 19.36 -
YUV 204.05 64.77 152.93 -
System Red Green Blue C M Y K H S L
Decimal 239 208 92 0 0.13 0.62 0.06 47.35 0.82 0.65
Hex EF D0 5C 0 D 3E 6 2F 52 41
Octal 357 320 134 0 15 76 6 57 122 101
Binary 11101111 11010000 1011100 0 1101 111110 110 101111 1010010 1000001

Color Harmonies of #EFD05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD05C

Black with #EFD05C

Text Example


Text Example

White with #EFD05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD05C; }

 p { color: rgb(239,208,92); }

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

background-color css

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

 a { background-color: rgb(239,208,92); }

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

border-color css

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

 span { border-color: rgb(239,208,92); }

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