Html Css Color HEX #EFD45A Portica

📋 copy color: '#EFD45A'

red 239 ◦ green 212 ◦ blue 90

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

Shades of Portica #EFD45A

Tints of Portica #EFD45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.64%

R = 44.18%
G = 39.19%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFD45A (or 0xEFD45A) is known color: Portica. HEX triplet: EF, D4 and 5A. RGB value is (239,212,90). Sum of RGB (Red+Green+Blue) = 239+212+90=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD45A is #102BA5. Grayscale: #CECECE. Windows color (decimal): -1059750 or 5952751. OLE color: 5952751.

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

Color convert

RGB 239 212 90 -
CMYK 0 0.11 0.62 0.06
HSL 49.13º 0.82% 0.65% -
HSV(B) 49.13º 0.62% 0.94% -
XYZ 60.99 66.18 19.23 -
YUV 206.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 239 212 90 0 0.11 0.62 0.06 49.13 0.82 0.65
Hex EF D4 5A 0 B 3E 6 31 52 41
Octal 357 324 132 0 13 76 6 61 122 101
Binary 11101111 11010100 1011010 0 1011 111110 110 110001 1010010 1000001

Color Harmonies of #EFD45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD45A

Black with #EFD45A

Text Example


Text Example

White with #EFD45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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